Skip to content

Commit 072bd3c

Browse files
committed
TST: install cython nightly using a wheel
1 parent 9d1d254 commit 072bd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
# TODO: remove cython nightly install when cython does a release
310310
- name: Install nightly Cython
311311
run: |
312-
pip install git+https://github.com/cython/cython
312+
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
313313
# Set PYTHON_GIL=0 to force GIL off during tests and then manually verify
314314
# importing numpy does not enable the GIL. When f2py grows the ability to
315315
# declare GIL-disabled support we can just run the tests without the

0 commit comments

Comments
 (0)