Skip to content

Commit 191adf0

Browse files
committed
reorder installs
1 parent c24b132 commit 191adf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_geopandas.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
python=3
2323
--file requirements.txt
2424
25-
- name: Install folium from source
26-
shell: bash -l {0}
27-
run: |
28-
python -m pip install -e . --no-deps --force-reinstall
29-
3025
- name: Checkout Geopandas
3126
uses: actions/checkout@v4
3227
with:
@@ -39,6 +34,11 @@ jobs:
3934
cd geopandas
4035
pip install -r requirements-dev.txt
4136
37+
- name: Install folium from source
38+
shell: bash -l {0}
39+
run: |
40+
python -m pip install -e . --no-deps --force-reinstall
41+
4242
- name: Run Geopandas tests
4343
run: |
4444
cd geopandas

0 commit comments

Comments
 (0)