Skip to content

Commit f9af535

Browse files
committed
Only install test and pytest extras
1 parent ad6e90f commit f9af535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install project
123123
run: |
124124
uv --no-progress venv
125-
uv --no-progress sync --all-extras --dev
125+
uv --no-progress sync --extra test --extra pytest
126126
127127
- name: Unittests
128128
run: |

0 commit comments

Comments
 (0)