Skip to content

Commit

Permalink
wip: see if python 3.7 can work with new poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Nov 3, 2023
1 parent 5786b66 commit 453a2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
with:
python-version: ${{ inputs.python-version }}

- if: ${{ inputs.python-version == '3.12' }}
- if: ${{ inputs.python-version != '3.12' }}
name: 'Set up Python 3.12 for Poetry'
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 453a2af

Please sign in to comment.