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 9d1d254 commit 072bd3cCopy full SHA for 072bd3c
.github/workflows/linux.yml
@@ -309,7 +309,7 @@ jobs:
309
# TODO: remove cython nightly install when cython does a release
310
- name: Install nightly Cython
311
run: |
312
- pip install git+https://github.com/cython/cython
+ pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
313
# Set PYTHON_GIL=0 to force GIL off during tests and then manually verify
314
# importing numpy does not enable the GIL. When f2py grows the ability to
315
# declare GIL-disabled support we can just run the tests without the
0 commit comments