8000 CI Fix wheel builder windows (#29006) · scikit-learn/scikit-learn@64884f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64884f9

Browse files
authored
CI Fix wheel builder windows (#29006)
1 parent 4449ded commit 64884f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
matrix:
5454
include:
5555
# Window 64 bit
56-
# Note: windows-2019 is needed for older Python versions:
57-
# https://github.com/scikit-learn/scikit-learn/issues/22530
5856
- os: windows-latest
5957
python: 39
6058
platform_id: win_amd64

build_tools/github/repair_windows_wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ DEST_DIR=$2
88

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

0 commit comments

Comments
 (0)
0