File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, windows-latest]
15- python-version : ["3.9", "3.12"]
16- experimental : [false]
17- include :
18- - python-version : " 3.12"
19- os : " ubuntu-latest"
20- experimental : true
15+ python-version : ["3.9", "3.13"]
2116 fail-fast : false
2217 defaults :
2318 run :
3530 --file requirements.txt
3631 --file requirements-dev.txt
3732
38- - name : Install nightly versions of dependencies
39- if : matrix.experimental == true
40- run : python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy pandas shapely -U
41-
4233 - name : Install folium from source
4334 run : python -m pip install -e . --no-deps --force-reinstall
4435
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [ "3.9", "3.12 " ]
14+ python-version : [ "3.9", "3.13 " ]
1515 fail-fast : false
1616
1717 steps :
You can’t perform that action at this time.
0 commit comments