Skip to content

Commit 3eba423

Browse files
committed
editable mode
1 parent 3001c39 commit 3eba423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
conda activate test-env
8585
python3 -m pip install --upgrade pip
8686
pip3 install gmsh pygmsh coveralls pytest
87-
pip3 install .
87+
pip3 install -e .
8888
8989
# run all tests & coverage
9090
- name: Run Test

0 commit comments

Comments
 (0)