Skip to content

Commit

Permalink
install pyscipopt in before-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Nov 28, 2024
1 parent e8423ad commit 26e0ad7
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 @@ -49,8 +49,8 @@ before-all = [
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-linux.zip -O gcg.zip",
"unzip gcg.zip",
"mv scip_install gcg",
"pip install pyscipopt --no-binary=:all:"
]
before-build = "pip install pyscipopt --no-binary=:all:"
environment = { SCIPOPTDIR="$(pwd)/gcg", GCGOPTDIR="$(pwd)/gcg", LD_LIBRARY_PATH="$(pwd)/gcg/lib:$LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/gcg/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/gcg/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/gcg/lib/pkgconfig:$PKG_CONFIG_PATH", RELEASE="true"}


Expand Down

0 comments on commit 26e0ad7

Please sign in to comment.