We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7939cdc commit 1f89155Copy full SHA for 1f89155
1 file changed
.github/workflows/codecov.yml
@@ -43,7 +43,7 @@ jobs:
43
micromamba install --yes -n test-env -c conda-forge paraview
44
pip install --upgrade pip
45
pip install --upgrade nox
46
- pip install .[tests]
+ pip install -e .[tests]
47
48
- name: Generate coverage report
49
run: |
0 commit comments