Skip to content

Commit

Permalink
ci: install extras for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Oct 25, 2024
1 parent 594e3bb commit d5ec7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache-dependency-path: poetry.lock

- name: Install python deps
run: poetry install --with dev
run: poetry install --with dev --all-extras

- name: Check python package typing
run: poetry run poe type
Expand Down

0 comments on commit d5ec7e5

Please sign in to comment.