Skip to content
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

CI: avoid using Cython 3.0.3 #19367

Merged
merged 2 commits into from Oct 11, 2023
Merged

CI: avoid using Cython 3.0.3 #19367

merged 2 commits into from Oct 11, 2023

Conversation

rgommers
Copy link
Member

Closes gh-19352

Also a few very minor cleanups; combining some pip install calls and removing an install of wheel that we no longer need.

@rgommers rgommers added the CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure label Oct 11, 2023
@j-bowhay
Copy link
Member

Failure looks related
image

@rgommers rgommers added this to the 1.12.0 milestone Oct 11, 2023
@rgommers
Copy link
Member Author

Ah yes, I forgot to update environment.yml. I'll push a fix once the rest of the current CI run completes. No need to re-run CI for that I think; I checked locally that adding cython!=3.0.3 to environment.yml has the desired effect.

@rgommers
Copy link
Member Author

This should be good to squash-merge now (the second commit message can be discarded).

@rgommers
Copy link
Member Author

This unbreaks CI and is very straightforward, so I'll go ahead and merge it.

@rgommers rgommers merged commit 781e25b into scipy:main Oct 11, 2023
@rgommers rgommers deleted the avoid-cython-303 branch October 11, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI, BUILD: SciPy build failure with Cython 3.0.3 (bisected)
2 participants