Skip to content

Commit f0bddf1

Browse files
committed
Disable CIBW_BEFORE_BUILD_MACOS
Per GHA annotations all brew libraries are already installed.
1 parent 2c93d85 commit f0bddf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CIBW_SKIP: "*musllinux*"
4242
CIBW_ARCHS: "${{ matrix.cibw.arch || 'auto' }}"
4343
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
44-
CIBW_BEFORE_BUILD_MACOS: "brew install libomp llvm@12 && brew link --overwrite [email protected] && brew link --force libomp"
44+
CIBW_BEFORE_BUILD_MACOS: ": no action"
4545
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "delocate-listdeps {wheel} && delocate-wheel --verbose --require-archs {delocate_archs} -w {dest_dir} {wheel}"
4646
# to install latest delocate package
4747
CIBW_DEPENDENCY_VERSIONS: "latest"

.github/workflows/testing_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CIBW_SKIP: "*musllinux*"
4747
CIBW_ARCHS: "${{ matrix.cibw.arch || 'auto' }}"
4848
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
49-
CIBW_BEFORE_BUILD_MACOS: "brew install libomp llvm@12 && brew link --overwrite [email protected] && brew link --force libomp"
49+
CIBW_BEFORE_BUILD_MACOS: ": no action"
5050
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "delocate-listdeps {wheel} && delocate-wheel --verbose --require-archs {delocate_archs} -w {dest_dir} {wheel}"
5151
# to install latest delocate package
5252
CIBW_DEPENDENCY_VERSIONS: "latest"

0 commit comments

Comments
 (0)