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 3001c39 commit 3eba423Copy full SHA for 3eba423
.github/workflows/pr.yml
@@ -84,7 +84,7 @@ jobs:
84
conda activate test-env
85
python3 -m pip install --upgrade pip
86
pip3 install gmsh pygmsh coveralls pytest
87
- pip3 install .
+ pip3 install -e .
88
89
# run all tests & coverage
90
- name: Run Test
0 commit comments