We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43ccfcb + d922772 commit a6e124cCopy full SHA for a6e124c
1 file changed
.github/workflows/full_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install package
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -e .[test]
+ pip install .[test]
27
- name: Pytest
28
29
pytest --cov=probeinterface --cov-report xml:./coverage.xml
0 commit comments