Skip to content

Commit

Permalink
what about doing conda init first
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Feb 8, 2022
1 parent 5f199f9 commit 53cc1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_BUILD: "cp*-${{ matrix.cibw-arch }}"
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_BEFORE_ALL: pip install --upgrade pip
CIBW_BEFORE_BUILD_MACOS: conda activate && brew install eigen
CIBW_BEFORE_BUILD_MACOS: conda init zsh && conda activate && brew install eigen
CIBW_BUILD_VERBOSITY: 3
CIBW_SKIP: "cp310-*"
CIBW_ENVIRONMENT: CMAKE_BUILD_PARALLEL_LEVEL=2
Expand Down

0 comments on commit 53cc1bf

Please sign in to comment.