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 453a2af commit 09b4d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ runs:
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
update-environment: false

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

0 comments on commit 09b4d75

Please sign in to comment.