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 7027175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ 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
- name: execute tox
run: tox -- -v
Expand Down

0 comments on commit 7027175

Please sign in to comment.