Skip to content

Commit 8f15043

Browse files
committed
install fiona explicitely
1 parent 97576af commit 8f15043

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
--file requirements.txt
3434
--file requirements-dev.txt
3535
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+
3641
- name: Install folium from source
3742
shell: bash -l {0}
3843
run: python -m pip install -e . --no-deps --force-reinstall

0 commit comments

Comments
 (0)