Skip to content

Commit

Permalink
install all extras in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Taqi Jaffri committed Jan 22, 2024
1 parent 43a9420 commit a261c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
shell: bash

- name: Install dependencies
run: poetry install
run: poetry install --all-extras

- name: Lint code
run: make lint
Expand Down

0 comments on commit a261c1f

Please sign in to comment.