Skip to content

Commit

Permalink
Try to explicitly install conan
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Feb 4, 2025
1 parent edbd307 commit 0efdddc
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 @@ -20,7 +20,7 @@ test-command = "python {project}/tools/verify_wheels.py"
# Numpy 1.22 there are no i686 wheels, so we force pip to use older ones without
# restricting any dependencies that Numpy and Scipy might have.
before-test = "pip install --only-binary=numpy,scipy numpy scipy"
before-build = "conan profile detect --force"
before-build = "pip install conan && conan profile detect --force"

[tool.cibuildwheel.linux]
before-all = "sed -i -e 's/^mirrorlist/#mirrorlist/' -e 's/^#baseurl/baseurl/' -e 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/*.repo && yum install -y openblas-devel"
Expand Down

0 comments on commit 0efdddc

Please sign in to comment.