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 8a7a5d2 commit 08c0103
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,15 @@ 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"]
skip = ["*-win32", "pp*"]
environment = { PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/mpi4py/simple" }

[tool.cibuildwheel.linux]
before-all = [
"python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple",
]
before-test = [
"python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple",
]
test-extras = ["impi-rt"]

[tool.cibuildwheel.windows]
before-all = [
"python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple",
]
before-test = [
"python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple",
]
test-extras = ["impi-rt"]

[tool.cibuildwheel.macos]
before-all = [
Expand Down

0 comments on commit 08c0103

Please sign in to comment.