Skip to content

Commit

Permalink
TST: install cython nightly using a wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jul 15, 2024
1 parent 9d1d254 commit 072bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
# TODO: remove cython nightly install when cython does a release
- name: Install nightly Cython
run: |
pip install git+https://github.com/cython/cython
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
# Set PYTHON_GIL=0 to force GIL off during tests and then manually verify
# importing numpy does not enable the GIL. When f2py grows the ability to
# declare GIL-disabled support we can just run the tests without the
Expand Down

0 comments on commit 072bd3c

Please sign in to comment.