Skip to content

Commit

Permalink
fix(CI): install all dependencies when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesBelveze committed Jul 6, 2023
1 parent 6f82c07 commit 23a1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies
run: |
poetry install --with dev
poetry install --with dev --all-extras
- name: Check linting
run: |
Expand Down

0 comments on commit 23a1c6e

Please sign in to comment.