Skip to content

Commit

Permalink
add mac instead of macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 8, 2023
1 parent 072fe93 commit a3ab987
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 @@ -21,7 +21,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI
skip="pp* cp312*"
before-all = [
"brew install wget zlib gcc",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos-arm.zip -O scip.zip",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos.zip -O scip.zip",
"unzip scip.zip",
"mv scip_install src/scip"
]
Expand Down

0 comments on commit a3ab987

Please sign in to comment.