We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca28dbf commit 62c6f74Copy full SHA for 62c6f74
.github/workflows/cuda-ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Build wheels
21
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a
+ uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7
22
env:
23
CIBW_BUILD: cp313-manylinux_x86_64
24
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
.github/workflows/emscripten.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
persist-credentials: false
69
70
- - uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a
+ - uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7
71
72
CIBW_PLATFORM: pyodide
73
SKLEARN_SKIP_OPENMP_TEST: "true"
0 commit comments