Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Upgrading Pip to get past building in the Mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 8, 2023
1 parent 741bfef commit 470b3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RANLIB="/usr/bin/ranlib"
[tool.cibuildwheel.macos]
before-all = [
"brew install coreutils",
"pip install --upgrade pip",
"LIBS=\"\" buildscripts/build_dependencies.sh -p ${PREFIX} -d ${TMPDIR}/swiftest.build -m ${MACOSX_DEPLOYMENT_TARGET}"
]

Expand Down

0 comments on commit 470b3fd

Please sign in to comment.