File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [ubuntu-latest, windows-latest]
1515 python-version : ["3.8", "3.12"]
16+ experimental : [false]
17+ include :
18+ - python-version : " 3.12"
19+ os : " ubuntu-latest"
20+ experimental : true
1621 fail-fast : false
22+ defaults :
23+ run :
24+ shell : bash -l {0}
1725
1826 steps :
1927 - uses : actions/checkout@v4
@@ -27,10 +35,12 @@ jobs:
2735 --file requirements.txt
2836 --file requirements-dev.txt
2937
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+
3042 - name : Install folium from source
31- shell : bash -l {0}
3243 run : python -m pip install -e . --no-deps --force-reinstall
3344
3445 - name : Code tests
35- shell : bash -l {0}
3646 run : python -m pytest -vv --ignore=tests/selenium
You can’t perform that action at this time.
0 commit comments