Skip to content

Commit

Permalink
Add dependency group for linter passing
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimov committed Jan 15, 2024
1 parent f7aa0aa commit cf05143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "poetry"
cache-dependency-path: poetry.lock
- name: Install dependencies
run: poetry install --only lint
run: poetry install --with lint, test
- name: Lint with ruff
run: poetry run ruff check
- name: Lint with mypy
Expand Down

0 comments on commit cf05143

Please sign in to comment.