Skip to content

Commit f487e34

Browse files
committed
Fix GitHub action
Signed-off-by: Cristian Le <[email protected]>
1 parent a4955fb commit f487e34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
- name: Install pytest
33-
run: pip install pytest invocations mock pytest-relaxed
3432
- name: Setup patchwork
35-
run: pip install -e .
33+
run: pip install -e .[test]
3634
- name: Test with pytest
3735
run: pytest

0 commit comments

Comments
 (0)