Skip to content

Commit

Permalink
Update pip in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Jan 22, 2024
1 parent da993f4 commit 63e55fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
poetry install --with dev
- name: Update pip
run: |
pip install --upgrade pip
poetry run pip install --upgrade pip
- name: Analysing the code with flake8
run: |
poetry run flake8 .
Expand Down

0 comments on commit 63e55fb

Please sign in to comment.