Skip to content

Commit

Permalink
CI Fix wheel builder windows (#29006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed May 13, 2024
1 parent 4449ded commit 64884f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -53,8 +53,6 @@ jobs:
matrix:
include:
# Window 64 bit
# Note: windows-2019 is needed for older Python versions:
# https://github.com/scikit-learn/scikit-learn/issues/22530
- os: windows-latest
python: 39
platform_id: win_amd64
Expand Down
1 change: 1 addition & 0 deletions build_tools/github/repair_windows_wheels.sh
Expand Up @@ -8,6 +8,7 @@ DEST_DIR=$2

# By default, the Windows wheels are not repaired.
# In this case, we need to vendor VCRUNTIME140.dll
pip install wheel
wheel unpack "$WHEEL"
WHEEL_DIRNAME=$(ls -d scikit_learn-*)
python build_tools/github/vendor.py "$WHEEL_DIRNAME"
Expand Down

0 comments on commit 64884f9

Please sign in to comment.