From ad2621e75640368ed6944e275865d6e5b52df147 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Thu, 9 Nov 2023 14:32:31 +0100 Subject: [PATCH] Use older manylinux image --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf3031190..8050f6838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} \ No newline at end of file