Skip to content

Commit

Permalink
trying BEFORE_ALL_MACOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Mar 13, 2023
1 parent b0c039b commit 5908be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
CIBW_ARCHS_WINDOWS: "AMD64 x86"
CIBW_BEFORE_ALL: pip install --upgrade pip
CIBW_BEFORE_BUILD_MACOS: bash build_tools/github/before_all_mac.sh
CIBW_BEFORE_ALL_MACOS: bash build_tools/github/before_all_mac.sh
CIBW_BEFORE_ALL_LINUX: bash build_tools/github/download_eigen3.sh
CIBW_BEFORE_ALL_WINDOWS: bash build_tools/github/download_eigen3_windows.sh
CIBW_ENVIRONMENT: CMAKE_BUILD_PARALLEL_LEVEL=2
Expand Down

0 comments on commit 5908be5

Please sign in to comment.