Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CI Explicitly list out wheel builds in config [cd build gh] #21849

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

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

thomasjpfan
Copy link
Member

Related to #21827 (macos arm64 wheels)
Related to #21232 (Python 3.10 wheels)

This PR does

  1. [cd build gh] build tag to trigger GitHub and to save Travis CI credit
  2. Explicitly lists out all the wheel configurations on GitHub Actions, see https://github.com/scikit-learn/scikit-learn/pull/21232/files#r753384532

CC @adrinjalali @ogrisel

# 1 osx wheel (x86_64)
# 4 linux wheel (i686 + x86_64) * (manylinux1 + manylinux2010)
# 2 windows wheel (win32 + wind_amd64)
n_wheels = 7 * n_python_versions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we are at it, could you please improve the error message when n_dist_files != n_wheels to print the observed list of dist_files below?

Copy link
Member

@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much this looks much easier to reason about and maintain this config.

@ogrisel ogrisel merged commit 06ce32b into scikit-learn:main Dec 2, 2021
@ogrisel
Copy link
Member

ogrisel commented Dec 2, 2021

Merged as this is a net improvement, we can always refine the error message later if needed.

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

Successfully merging this pull request may close these issues.

2 participants