Skip to content

Commit 17a4ea2

Browse files
committed
explicitely install fiona
1 parent 408db0c commit 17a4ea2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
--file requirements.txt
3434
--file requirements-dev.txt
3535
36+
- name: Install fiona dependency
37+
shell: bash -l {0}
38+
run: python -m pip install fiona
39+
3640
- name: Install folium from source
3741
shell: bash -l {0}
3842
run: python -m pip install -e . --no-deps --force-reinstall

0 commit comments

Comments
 (0)