Skip to content

Commit

Permalink
Only install test and pytest extras
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 12, 2024
1 parent ad6e90f commit f9af535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install project
run: |
uv --no-progress venv
uv --no-progress sync --all-extras --dev
uv --no-progress sync --extra test --extra pytest
- name: Unittests
run: |
Expand Down

0 comments on commit f9af535

Please sign in to comment.