Skip to content

Commit 4252e77

Browse files
authored
CI: fix running tests on nightly dependencies (#462)
1 parent 6f9db16 commit 4252e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/envs/nightly-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- geopandas-base
88
- pip
99
- pip:
10-
- --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.fury.io/arrow-nightlies/ --extra-index-url https://pypi.org/simple
10+
- --pre --prefer-binary --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.fury.io/arrow-nightlies/ --extra-index-url https://pypi.org/simple
1111
- numpy>=2.0.0.dev
1212
- shapely
1313
- pandas

0 commit comments

Comments
 (0)