Skip to content

Commit

Permalink
test on x86 so tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 7, 2023
1 parent 6018bc0 commit 0e3efb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
include:
# - os: ubuntu-20.04
# arch: x86_64
- os: macos-latest
arch: arm64
# - os: macos-latest
# arch: x86_64
# arch: arm64
- os: macos-latest
arch: x86_64
# - os: windows-latest
# arch: AMD64

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ before-all = [
]
environment = { SCIPOPTDIR="$(pwd)/src/scip", LD_LIBRARY_PATH="$(pwd)/src/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/src/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
repair-wheel-command = [
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
"delocate-listdeps {wheel}",
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
]


Expand Down

0 comments on commit 0e3efb1

Please sign in to comment.