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:
17
17
jobs :
18
18
run :
19
19
runs-on : ubuntu-latest
20
+ defaults :
21
+ run :
22
+ shell : bash -l {0}
20
23
21
24
steps :
22
25
- uses : actions/checkout@v4
23
26
with :
24
27
fetch-depth : 0
25
- ref : main
26
28
27
29
- name : Setup Micromamba env
28
30
uses : mamba-org/setup-micromamba@v2
29
31
with :
30
32
environment-name : TEST
33
+ init-shell : bash
31
34
create-args : >-
32
35
python=3
33
36
--file requirements.txt
34
37
--file requirements-dev.txt
35
38
36
39
- name : Install folium from source
37
- shell : bash -l {0}
38
40
run : python -m pip install -e . --no-deps --force-reinstall
39
41
40
42
- name : Build documentation
41
- shell : bash -l {0}
42
43
run : |
43
44
set -e
44
45
pushd docs
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest, windows-latest]
15
- python-version : ["3.8 ", "3.12"]
15
+ python-version : ["3.9 ", "3.12"]
16
16
experimental : [false]
17
17
include :
18
18
- python-version : " 3.12"
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [ "3.8 ", "3.12" ]
14
+ python-version : [ "3.9 ", "3.12" ]
15
15
fail-fast : false
16
16
17
17
steps :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ altair>=5.0.0
2
2
cartopy
3
3
check-manifest
4
4
descartes
5
+ fiona
5
6
flake8
6
7
flake8-builtins
7
8
flake8-comprehensions
@@ -10,7 +11,7 @@ flake8-mutable
10
11
flake8-nb >= 0.2.5
11
12
geodatasets
12
13
geographiclib
13
- geopandas
14
+ geopandas >= 1
14
15
gpxpy
15
16
ipykernel
16
17
jenkspy
You can’t perform that action at this time.
0 commit comments