-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python][CI] Missing scientific nightly builds #45155
Comments
This should work now: There was an issue for some days where |
Looks like as of today the windows builds are now missing (pretty sure they were there in our CI runs yesterday): https://anaconda.org/scientific-python-nightly-wheels/pyarrow/files Was this intentional / expected or no? |
The windows job worked and seems to upload fine: https://github.com/ursacomputing/crossbow/actions/runs/12706005316/job/35418101771#step:22:121 We are only pushing wheels and not cleaning them up afaik, so not sure why they don't show up. |
During the PR i triggered an upload of the windows wheels so they are available again. With the next nightlybuild everything will line up again 👍 |
…upload (#45222) ### Rationale for this change The upload wasn't failing with the empty, non existent dir. ### What changes are included in this PR? - Fix the path - Prevent the upload from failing silently when no wheels are found ### Are these changes tested? crossbow ### Are there any user-facing changes? no * GitHub Issue: #45155 Lead-authored-by: Jacob Wujciak-Jens <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Issue resolved by pull request 45222 |
Describe the bug, including details regarding any error messages, version, and platform.
Some nightly builds being uploaded to https://anaconda.org/scientific-python-nightly-wheels/pyarrow/files seem to be missing. Specifically the one missing that is causing CI failure for MNE-Python is a
cp312-manylinux-x86_64
build... but if I'm scanning the list correctly, all themanylinux
builds areaarch64
now, there are nox86_64
linux builds for any Python version.Component(s)
Packaging, Python
xref to #40216 (where addition to the Scientific Python nightlies index was discussed) in case that's helpful
The text was updated successfully, but these errors were encountered: