Skip to content

Commit

Permalink
CI: Linting needs packages from dev dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 21, 2022
1 parent 60bd61b commit cbe08a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: poetry

- name: Install project tooling
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction --no-root --with=dev

- name: Run code-style checks
run: poetry run poe lint

0 comments on commit cbe08a4

Please sign in to comment.