Skip to content

Commit c75c1b3

Browse files
committed
Need to build Cbc in order to get sdist
1 parent eddc05b commit c75c1b3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04, windows-2019, macos-10.15]
20+
os: [ubuntu-20.04, macos-10.15]
2121

2222
steps:
2323
- uses: actions/checkout@v2
@@ -35,6 +35,16 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737

38+
- name: Checkout coinbrew
39+
uses: actions/checkout@v2
40+
with:
41+
repository: coin-or/coinbrew
42+
path: coinbrew
43+
- name: Build Cbc
44+
run: |
45+
bash coinbrew/coinbrew build [email protected] -j 16
46+
export COIN_INSTALL_DIR=dist
47+
3848
- name: Build sdist
3949
run: pipx run build --sdist
4050

0 commit comments

Comments
 (0)