Skip to content

Commit 1f89155

Browse files
authored
fix coverage calculation (#148)
1 parent 7939cdc commit 1f89155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
micromamba install --yes -n test-env -c conda-forge paraview
4444
pip install --upgrade pip
4545
pip install --upgrade nox
46-
pip install .[tests]
46+
pip install -e .[tests]
4747
4848
- name: Generate coverage report
4949
run: |

0 commit comments

Comments
 (0)