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 8cfc5c3 commit de19ce7Copy full SHA for de19ce7
.github/workflows/tests.yaml
@@ -59,6 +59,6 @@ jobs:
59
with:
60
python-version: ${{ matrix.python-version }}
61
- name: Setup patchwork
62
- run: pip install -e .[test]
+ run: pip install .[test]
63
- name: Test with pytest
64
run: pytest
0 commit comments