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

Add back wheels test job for Python 3.11, amd64, CUDA 12. #188

Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Mar 4, 2024

This reverts part of #184. We found that wheel tests were failing due to a lack of proper support for "pure" Python wheels (independent of Python version and arch). Adding back the Python 3.11, amd64, CUDA 12 job will temporarily fix this (by making the "latest Python/CUDA" matrix filter used for wheel tests match the same configuration as the wheel build jobs).

We will need to change the gha-tools scripts to better handle pure Python wheels that should not have a Python version in their tarball names for upload/download.

#187 will fix an underlying cause of this issue (we didn't notice that the compute-matrix job had an empty matrix because it passed in #184).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants