Skip to content

Commit

Permalink
Need to build Cbc in order to get sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Mar 25, 2022
1 parent eddc05b commit c75c1b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, macos-10.15]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,6 +35,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Checkout coinbrew
uses: actions/checkout@v2
with:
repository: coin-or/coinbrew
path: coinbrew
- name: Build Cbc
run: |
bash coinbrew/coinbrew build Cbc@2.10.7 -j 16
export COIN_INSTALL_DIR=dist
- name: Build sdist
run: pipx run build --sdist

Expand Down

0 comments on commit c75c1b3

Please sign in to comment.