Skip to content

Commit

Permalink
Trial
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 9, 2023
1 parent ad2621e commit 4aedaf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
include:
- os: ubuntu-20.04
arch: x86_64


steps:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected]
env:
SCIPOPTDIR: ${{ github.workspace }}/scip_install
CIBW_ARCHS: ${{ matrix.arch }}

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ before-all = [
"unzip upload.zip",
"mv home/runner/work/scip/scip/ipopt/ scip"
]
build-frontend = "build"
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"}

0 comments on commit 4aedaf6

Please sign in to comment.