Skip to content

Commit

Permalink
added devs req
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 3d9e898 commit 42278cc
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 @@ -19,7 +19,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 qml_essentials
Expand Down

0 comments on commit 42278cc

Please sign in to comment.