Skip to content

Commit 337ad2e

Browse files
committed
Update test_geopandas.yml
1 parent f0fda6f commit 337ad2e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |
@@ -38,6 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)