Skip to content

Test Cython divmod fix for Windows #61354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/cibw_before_build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [[ $FREE_THREADED_BUILD == "True" ]]; then
python -m pip install -U pip
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
# TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
python -m pip install git+https://github.com/cython/cython.git@02041cd3d13e9c6df00c7c29fe93dcbc5f9e881e
python -m pip install ninja meson-python versioneer[toml] numpy
fi
Loading