File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 17
17
# Manual run
18
18
workflow_dispatch :
19
19
20
- env :
21
- SCIKIT_LEARN_VERSION : 0.24.dev0
22
-
23
20
jobs :
24
21
# Check whether to build the wheels and the source tarball
25
22
check_build_trigger :
84
81
env :
85
82
CONFTEST_PATH : ${{ github.workspace }}/conftest.py
86
83
CONFTEST_NAME : conftest.py
87
- CIBW_ENVIRONMENT : WHEEL_DIRNAME=scikit_learn-$SCIKIT_LEARN_VERSION
88
- OMP_NUM_THREADS=2
84
+ CIBW_ENVIRONMENT : OMP_NUM_THREADS=2
89
85
OPENBLAS_NUM_THREADS=2
90
86
SKLEARN_SKIP_NETWORK_TESTS=1
91
87
SKLEARN_BUILD_PARALLEL=3
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ BITNESS=$3
10
10
# By default, the Windows wheels are not repaired.
11
11
# In this case, we need to vendor VCRUNTIME140.dll
12
12
wheel unpack " $WHEEL "
13
+ WHEEL_DIRNAME=$( ls -d scikit_learn-* )
13
14
python build_tools/github/vendor.py " $WHEEL_DIRNAME " " $BITNESS "
14
15
wheel pack " $WHEEL_DIRNAME " -d " $DEST_DIR "
15
16
rm -rf " $WHEEL_DIRNAME "
You can’t perform that action at this time.
0 commit comments