Skip to content

Commit

Permalink
cibuildwheel: correct syntax for installing numpy without blas
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogdanov committed Sep 26, 2023
1 parent d86572c commit 220d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before-all = [
"\"${PYBIN}/python\" waf install"
]

before-test = "pip install numpy -C-Dallow-noblas=true"
before-test = "pip install numpy --config-settings=setup-args='-Dallow-noblas=true'"

test-command = "python -c 'import essentia; import essentia.standard; import essentia.streaming; from essentia.standard import MonoLoader, MetadataReader, YamlInput, Chromaprinter'"

Expand Down

0 comments on commit 220d956

Please sign in to comment.