Skip to content

Commit

Permalink
Try with centos
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 10, 2023
1 parent 7056d50 commit 834b02e
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 @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel.linux]
before-all = [
"(apt-get update && apt-get install --yes wget) || yum install -y wget || brew install wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-linux.zip -O scip.zip",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-centos.zip -O scip.zip",
"unzip scip.zip",
"unzip upload.zip",
"mv scip_install scip"
Expand Down

0 comments on commit 834b02e

Please sign in to comment.