Skip to content

Commit 62c6f74

Browse files
MAINT upgrade CI to cibuildwheel 3.0 (scikit-learn#31688)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca28dbf commit 62c6f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cuda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a
21+
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7
2222
env:
2323
CIBW_BUILD: cp313-manylinux_x86_64
2424
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
persist-credentials: false
6969

70-
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a
70+
- uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7
7171
env:
7272
CIBW_PLATFORM: pyodide
7373
SKLEARN_SKIP_OPENMP_TEST: "true"

0 commit comments

Comments
 (0)