File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 choco install windows-sdk-8.1
3434
3535 - name : Build wheels
36- uses : pypa/cibuildwheel@v2.20
36+ uses : pypa/cibuildwheel@v2.21
3737 with :
3838 package-dir : backend/cuda
3939 output-dir : wheelhouse
Original file line number Diff line number Diff line change 6363 platforms : arm64
6464
6565 - name : Build wheels
66- uses : pypa/cibuildwheel@v2.20
66+ uses : pypa/cibuildwheel@v2.21
6767 with :
6868 output-dir : wheelhouse
6969 env :
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@master
2626
2727 - name : Build wheels
28- uses : pypa/cibuildwheel@v2.20
28+ uses : pypa/cibuildwheel@v2.21
2929 with :
3030 package-dir : backend/mkl
3131 output-dir : wheelhouse
Original file line number Diff line number Diff line change 55
66# Install OneAPI MKL
77# See https://github.com/oneapi-src/oneapi-ci for installer URLs
8- ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/18342/m_BaseKit_p_2022.1 .0.92_offline .dmg
8+ ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2 .0.49398 .dmg
99wget -q $ONEAPI_INSTALLER_URL
1010hdiutil attach -noverify -noautofsck $( basename $ONEAPI_INSTALLER_URL )
1111sudo /Volumes/$( basename $ONEAPI_INSTALLER_URL .dmg) /bootstrapper.app/Contents/MacOS/bootstrapper --silent --eula accept --components intel.oneapi.mac.mkl.devel
You can’t perform that action at this time.
0 commit comments