Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Jun 11, 2024
1 parent 72ee3cb commit ab3894a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ write_to = "brainiak/_version.py"
[tool.cibuildwheel]
test-requires = "pytest"
test-command = "mpiexec -n 2 python -m mpi4py -m pytest {project}/tests"
test-extras = ["all", "dev"]
test-extras = ["all"]
skip = ["*-win32", "pp*"]
environment = { PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/mpi4py/simple" }

Expand All @@ -159,7 +159,7 @@ test-extras = ["all", "dev", "impi-rt"]
test-extras = ["all", "dev", "impi-rt"]

[tool.cibuildwheel.macos]
before-all = "brew install libomp mpi4py llvm"
before-all = "brew install libomp mpich llvm"

[tool.cibuildwheel.macos.environment]
MPICC="$(which mpicc)"
Expand Down

0 comments on commit ab3894a

Please sign in to comment.