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 27bf5c5 commit 5a852cdCopy full SHA for 5a852cd
.github/workflows/tests.yml
@@ -46,5 +46,5 @@ jobs:
46
if: steps.release.outputs.version == 0
47
run: |
48
python -m pip install -U pip setuptools wheel
49
- python -m pip install -e .[test]
+ python -m pip install .[test]
50
python -m unittest -v tests.suite
0 commit comments