Skip to content

Commit

Permalink
Let the action choose which poetry version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Aug 17, 2023
1 parent b256212 commit d56a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_n_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install poetry
run: |
curl -O -sSL https://install.python-poetry.org/install-poetry.py
python install-poetry.py -y --version 1.1.12
python install-poetry.py -y
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
rm install-poetry.py
Expand Down

0 comments on commit d56a26c

Please sign in to comment.