Skip to content

Commit 3c8a0b9

Browse files
committed
Allow pip to install prerelease for testing wheels
1 parent c68303e commit 3c8a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
run: |
214214
python -m pip install -r ci/requirements-wheel-test.txt
215215
python -m pip install --no-deps geopandas
216-
python -m pip install --find-links wheelhouse/artifact pyogrio
216+
python -m pip install --pre --find-links wheelhouse/artifact pyogrio
217217
python -m pip list
218218
219219
- name: Run tests

0 commit comments

Comments
 (0)