File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
check_build_trigger :
23
23
name : Check build trigger
24
24
runs-on : ubuntu-latest
25
+ if : github.repository == 'scikit-learn/scikit-learn'
25
26
outputs :
26
27
build : ${{ steps.check_build_trigger.outputs.build }}
27
28
86
87
SKLEARN_SKIP_NETWORK_TESTS=1
87
88
SKLEARN_BUILD_PARALLEL=3
88
89
CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
89
- CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : bash build_tools/github/repair_windows_wheels.sh {wheel} {dest_dir} ${{ matrix.bitness }}
90
+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : bash build_tools/github/repair_windows_wheels.sh {wheel} {dest_dir} ${{ matrix.bitness }}
90
91
CIBW_BEFORE_TEST_WINDOWS : bash build_tools/github/build_minimal_windows_image.sh ${{ matrix.python }} ${{ matrix.bitness }}
91
92
CIBW_TEST_REQUIRES : pytest pandas threadpoolctl
92
93
CIBW_TEST_COMMAND : bash {project}/build_tools/github/test_wheels.sh
You can’t perform that action at this time.
0 commit comments