Skip to content

Commit

Permalink
Switch back to pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Oct 9, 2023
1 parent a37c740 commit 714c1f2
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 @@ -25,11 +25,11 @@ before-all = "apk add apk add --no-cache curl gcc && curl https://sh.rustup.rs -

[[tool.cibuildwheel.overrides]]
select = "*i686"
before-all = "yum install openblas-devel"
before-test = 'python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"'

[[tool.cibuildwheel.overrides]]
select = "*ppc64le"
before-all = "yum install openblas-devel"
before-test = 'python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"'

[tool.cibuildwheel.macos]
environment = "MACOSX_DEPLOYMENT_TARGET=10.9"

0 comments on commit 714c1f2

Please sign in to comment.