Skip to content

Commit

Permalink
updated poetry install
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Strobl <[email protected]>
  • Loading branch information
Melvin Strobl committed Sep 24, 2024
1 parent ae8924a commit cfc2793
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 @@ -27,7 +27,7 @@ jobs:
python-version: "3.11"
cache: 'poetry' # caching pip dependencies
- name: Install dependencies
run: poetry install
run: poetry install --with dev
- name: Lint with flake8
run: |
poetry run flake8 src

0 comments on commit cfc2793

Please sign in to comment.