Skip to content

Commit

Permalink
Remove &
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 13, 2023
1 parent f369b5d commit 54e8ef1
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 @@ -26,7 +26,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI
before-all = [
"choco install 7zip wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-windows.zip -O scip.zip",
"& \"C:\\Program Files\\7-Zip\\7z.exe\" x \"scip.zip\" -o\"scip\"",
"\"C:\\Program Files\\7-Zip\\7z.exe\" x \"scip.zip\" -o\"scip\"",
"mv .\\scip\\scip_install .\\test",
"rm .\\scip",
"mv .\\test .\\scip"
Expand Down

0 comments on commit 54e8ef1

Please sign in to comment.