Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d79f7b0

Browse filesBrowse files
authored
CI: Use Cython nightlies for Windows wheel builds again (#61371)
1 parent c644e45 commit d79f7b0
Copy full SHA for d79f7b0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎scripts/cibw_before_build_windows.sh

Copy file name to clipboardExpand all lines: scripts/cibw_before_build_windows.sh
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ done
88
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
99
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1010
python -m pip install -U pip
11-
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
12-
# TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
13-
python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
11+
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
1412
python -m pip install ninja meson-python versioneer[toml] numpy
1513
fi

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.