Skip to content

Commit

Permalink
Add lib64 to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Feb 29, 2024
1 parent 302ac3a commit cfb8a15
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 @@ -44,7 +44,7 @@ skip="pp*" # currently doesn't work with PyPy
skip="pp* cp36* cp37* *musllinux*"
before-all = [
"(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget",
"wget https://cloud.zib.de/s/6Jz5wprTbFnsn8J/download/libscip-centos.zip -O scip.zip",
"wget https://cloud.zib.de/s/cKipPbSe9jP3m7i/download/libscip-centos.zip -O scip.zip",
"unzip scip.zip",
"mv scip_install scip"
]
Expand Down

0 comments on commit cfb8a15

Please sign in to comment.