Skip to content

Commit

Permalink
Make sure the poetry version is recent enough in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jan 15, 2024
1 parent 793205b commit 6272144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
- name: Install base Python dependencies
run: |
python3 -m pip install --upgrade tox poetry
python3 -m pip install --upgrade tox
python3 -m pip install --upgrade poetry>=1.5.0
poetry --version
which poetry
- name: execute tox
run: tox -- -v
Expand Down

0 comments on commit 6272144

Please sign in to comment.