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 09b4d75 commit 2870012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
update-environment: false

- name: 'Set up Python 3.12 for Poetry'
id: setup-poetry-python
uses: actions/setup-python@v4
with:
python-version: 3.12
Expand All @@ -47,7 +48,7 @@ runs:
shell: bash
run: |
if ! poetry --version; then
"${{ steps.setup-python.outputs.python-path }}" -m venv "${{ inputs.cache }}/tools"
"${{ steps.setup-poetry-python.outputs.python-path }}" -m venv "${{ inputs.cache }}/tools"
pip install poetry==${{ inputs.poetry-version }}
fi
Expand Down

0 comments on commit 2870012

Please sign in to comment.