Skip to content

Commit 3dcf49a

Browse files
committed
Test Cython divmod fix for Windows
1 parent 0fce6b4 commit 3dcf49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if [[ $FREE_THREADED_BUILD == "True" ]]; then
1010
python -m pip install -U pip
1111
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
1212
# 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
13+
python -m pip install git+https://github.com/cython/cython.git@02041cd3d13e9c6df00c7c29fe93dcbc5f9e881e
1414
python -m pip install ninja meson-python versioneer[toml] numpy
1515
fi

0 commit comments

Comments
 (0)