Skip to content

Commit

Permalink
Add missing unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Dec 9, 2023
1 parent 114622f commit d8792b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ before-all = [
"brew install wget zlib gcc",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos-arm.zip -O scip.zip",
"unzip scip.zip",
"unzip upload.zip",
"mv scip_install src/scip"
]
environment = { SCIPOPTDIR="$(pwd)/src/scip", LD_LIBRARY_PATH="$(pwd)/src/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/src/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
Expand Down

0 comments on commit d8792b3

Please sign in to comment.