We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b591d6a commit 0cf2c0cCopy full SHA for 0cf2c0c
1 file changed
.github/workflows/docs.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
pip install -e ".[all]"
33
+ pip install igraph networkx searoute
34
35
- name: Build docs
36
run: mkdocs build
0 commit comments