Skip to content

Commit

Permalink
Merge pull request #159 from osqp/dependabot/github_actions/pypa/cibu…
Browse files Browse the repository at this point in the history
…ildwheel-2.21

Bump pypa/cibuildwheel from 2.20 to 2.21
  • Loading branch information
vineetbansal authored Oct 10, 2024
2 parents 822b4c9 + eb75e35 commit b665812
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
choco install windows-sdk-8.1
- name: Build wheels
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
with:
package-dir: backend/cuda
output-dir: wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
with:
output-dir: wheelhouse
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_mkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@master

- name: Build wheels
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
with:
package-dir: backend/mkl
output-dir: wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare_build_environment_macos_mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x

# Install OneAPI MKL
# See https://github.com/oneapi-src/oneapi-ci for installer URLs
ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/18342/m_BaseKit_p_2022.1.0.92_offline.dmg
ONEAPI_INSTALLER_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg
wget -q $ONEAPI_INSTALLER_URL
hdiutil attach -noverify -noautofsck $(basename $ONEAPI_INSTALLER_URL)
sudo /Volumes/$(basename $ONEAPI_INSTALLER_URL .dmg)/bootstrapper.app/Contents/MacOS/bootstrapper --silent --eula accept --components intel.oneapi.mac.mkl.devel
Expand Down

0 comments on commit b665812

Please sign in to comment.