Skip to content

Commit

Permalink
ci: set if correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Nov 28, 2024
1 parent ab5549c commit 1a0a64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-script/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ runs:
run: pipx install poetry

- name: Setup Python
if: ${{ inputs.setup-python == 'true' }}
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.12'
check-latest: true
cache: poetry

- name: Add python dependencies
if: ${{ inputs.setup-python == 'true' }}
shell: bash
working-directory: ./scripts
run: |
Expand Down

0 comments on commit 1a0a64c

Please sign in to comment.