Skip to content

Commit c750656

Browse files
authored
Update pyproject.toml
1 parent 095378e commit c750656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before-build = [
5252
"wget https://github.com/scipopt/pyscipopt/archive/refs/tags/v5.1.1.zip -O pyscipopt.zip",
5353
"unzip pyscipopt.zip",
5454
"cd PySCIPOpt-5.1.1",
55-
"python -m pip install ."
55+
"python -m pip install /tmp/cibuildwheel/built_wheel"
5656
]
5757
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"}
5858

0 commit comments

Comments
 (0)