File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,20 @@ jobs:
1414 - name : Checkout Folium
1515 uses : actions/checkout@v4
1616 with :
17- path : main
17+ path : folium
1818
1919 - name : Setup Micromamba env
2020 uses : mamba-org/setup-micromamba@v2
2121 with :
2222 environment-name : TEST
2323 create-args : >-
2424 python=3
25- --file requirements.txt
25+ --file folium/ requirements.txt
2626
2727 - name : Checkout Geopandas
2828 uses : actions/checkout@v4
2929 with :
30- repository : geopandas/geopandas
31- ref : main
32- path : geopandas # Checkout into a subdirectory
30+ path : geopandas
3331
3432 - name : Install Geopandas dev dependencies
3533 run : |
3836 - name : Install folium from source
3937 shell : bash -l {0}
4038 run : |
39+ cd folium
4140 pwd && ls -la
4241 python -m pip install -e . --no-deps --force-reinstall
4342
You can’t perform that action at this time.
0 commit comments