Skip to content

Commit 333eb51

Browse files
committed
Fix GitHub action
Signed-off-by: Cristian Le <[email protected]>
1 parent 2147c80 commit 333eb51

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
@@ -34,9 +34,7 @@ jobs:
3434
uses: actions/setup-python@v4
3535
with:
3636
python-version: ${{ matrix.python-version }}
37-
- name: Install pytest
38-
run: pip install pytest invocations mock pytest-relaxed
3937
- name: Setup patchwork
40-
run: pip install -e .
38+
run: pip install -e .[test]
4139
- name: Test with pytest
4240
run: pytest

0 commit comments

Comments
 (0)