Skip to content

Commit 44301f3

Browse files
committed
Fix actions
1 parent 60b83bc commit 44301f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/actions/test/action.yml renamed to .github/actions/test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
- name: Set up Python and Install Dependency
14-
uses: ./.github/actions/action.yml
14+
uses: ./.github/actions/setup_python_poetry
1515
with:
1616
os: ${{ inputs.os }}
1717
python_version: ${{ inputs.python_version }}

0 commit comments

Comments
 (0)