Skip to content

Commit

Permalink
Update poetry in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlobato authored Mar 14, 2024
1 parent 675d72e commit 7540746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U pip pipx
pipx install poetry==1.7.1
pipx install poetry==1.8.1
poetry config virtualenvs.in-project true
poetry install
- name: Flake8
Expand Down

0 comments on commit 7540746

Please sign in to comment.