File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,29 @@ permissions:
1717jobs :
1818 run :
1919 runs-on : ubuntu-latest
20+ defaults :
21+ run :
22+ shell : bash -l {0}
2023
2124 steps :
2225 - uses : actions/checkout@v4
2326 with :
2427 fetch-depth : 0
25- ref : main
2628
2729 - name : Setup Micromamba env
2830 uses : mamba-org/setup-micromamba@v2
2931 with :
3032 environment-name : TEST
33+ init-shell : bash
3134 create-args : >-
3235 python=3
3336 --file requirements.txt
3437 --file requirements-dev.txt
3538
3639 - name : Install folium from source
37- shell : bash -l {0}
3840 run : python -m pip install -e . --no-deps --force-reinstall
3941
4042 - name : Build documentation
41- shell : bash -l {0}
4243 run : |
4344 set -e
4445 pushd docs
Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, windows-latest]
15- python-version : ["3.8 ", "3.12"]
15+ python-version : ["3.9 ", "3.12"]
1616 experimental : [false]
1717 include :
1818 - python-version : " 3.12"
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [ "3.8 ", "3.12" ]
14+ python-version : [ "3.9 ", "3.12" ]
1515 fail-fast : false
1616
1717 steps :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ altair>=5.0.0
22cartopy
33check-manifest
44descartes
5+ fiona
56flake8
67flake8-builtins
78flake8-comprehensions
@@ -10,7 +11,7 @@ flake8-mutable
1011flake8-nb >= 0.2.5
1112geodatasets
1213geographiclib
13- geopandas
14+ geopandas >= 1
1415gpxpy
1516ipykernel
1617jenkspy
You can’t perform that action at this time.
0 commit comments