Skip to content

Commit ff3c28c

Browse files
committed
Fix GitHub action
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
1 parent 7c7f005 commit ff3c28c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
27-
- name: Install pytest
28-
run: pip install pytest invocations mock pytest-relaxed
2927
- name: Setup patchwork
30-
run: pip install -e .
28+
run: pip install -e .[test]
3129
- name: Test with pytest
3230
run: pytest

0 commit comments

Comments
 (0)