We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68303e commit 3c8a0b9Copy full SHA for 3c8a0b9
.github/workflows/release.yml
@@ -213,7 +213,7 @@ jobs:
213
run: |
214
python -m pip install -r ci/requirements-wheel-test.txt
215
python -m pip install --no-deps geopandas
216
- python -m pip install --find-links wheelhouse/artifact pyogrio
+ python -m pip install --pre --find-links wheelhouse/artifact pyogrio
217
python -m pip list
218
219
- name: Run tests
0 commit comments