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 1eed6dd commit a46fbb0Copy full SHA for a46fbb0
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
sudo apt-get install -y openmpi-bin libopenmpi3 libopenmpi-dev
42
43
- name: install haddock3 with extra dependencies
44
- run: pip install '.[mpi,dev,docs,notebooks]'
+ run: pip install -e '.[mpi,dev,docs,notebooks]'
45
46
- name: run unit tests
47
run: >-
0 commit comments