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 97576af commit 8f15043Copy full SHA for 8f15043
.github/workflows/deploy-docs.yml
@@ -33,6 +33,11 @@ jobs:
33
--file requirements.txt
34
--file requirements-dev.txt
35
36
+ # For some reason Fiona doesn't get installed from requirements-dev...
37
+ - name: Install fiona dependency
38
+ shell: bash -l {0}
39
+ run: python -m pip install fiona
40
+
41
- name: Install folium from source
42
shell: bash -l {0}
43
run: python -m pip install -e . --no-deps --force-reinstall
0 commit comments