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 0cf2c0c commit 5704bcbCopy full SHA for 5704bcb
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install -e ".[dev,docs]"
29
+ pip install igraph networkx searoute
30
31
- name: Run tests
32
.github/workflows/docs.yml
@@ -30,7 +30,6 @@ jobs:
- name: Install dependencies
pip install -e ".[all]"
33
- pip install igraph networkx searoute
34
35
- name: Build docs
36
run: mkdocs build
0 commit comments