Skip to content

Commit

Permalink
Fix install order and prevent geopandas from installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Sep 4, 2024
1 parent 5922cbb commit 87b9020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ jobs:
shell: bash
run: |
uv pip install -r ci/requirements-wheel-test.txt
uv pip install --no-cache --pre --no-index --find-links wheelhouse pyogrio
if [ ${{ matrix.python-version }} != "3.12" ]; then
uv pip install geopandas
uv pip install --no-deps geopandas
fi
uv pip install --no-cache --pre --no-index --find-links wheelhouse pyogrio
uv pip list
- name: Run tests
Expand Down

0 comments on commit 87b9020

Please sign in to comment.