Skip to content

Commit

Permalink
Make sure all versions of the cache install --all-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Aug 9, 2024
1 parent 0f37a35 commit 3541012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
shell: bash
run: |
python -m poetry install
python -m poetry install --all-extras
- name: Run pytest
shell: bash
Expand Down

0 comments on commit 3541012

Please sign in to comment.