Skip to content

Commit

Permalink
Use older manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 9, 2023
1 parent 43a3ab7 commit ad2621e
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 @@ -10,5 +10,5 @@ before-all = [
"unzip upload.zip",
"mv home/runner/work/scip/scip/ipopt/ scip"
]

manylinux-x86_64-image = "manylinux_2_28"
environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}

0 comments on commit ad2621e

Please sign in to comment.