We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7f005 commit ff3c28cCopy full SHA for ff3c28c
.github/workflows/tests.yaml
@@ -24,9 +24,7 @@ jobs:
24
- uses: actions/checkout@v3
25
- name: Set up Python
26
uses: actions/setup-python@v4
27
- - name: Install pytest
28
- run: pip install pytest invocations mock pytest-relaxed
29
- name: Setup patchwork
30
- run: pip install -e .
+ run: pip install -e .[test]
31
- name: Test with pytest
32
run: pytest
0 commit comments