Skip to content

Commit abbf73d

Browse files
committed
WIP
1 parent 4efa808 commit abbf73d

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- os: ubuntu-latest
23-
arch: x86_64
24-
- os: ubuntu-latest
25-
arch: i686
26-
- os: macos-latest
27-
arch: auto
28-
- os: macos-latest
29-
arch: arm64
22+
## - os: ubuntu-latest
23+
## arch: x86_64
24+
## - os: ubuntu-latest
25+
## arch: i686
26+
## - os: macos-latest
27+
## arch: auto
28+
## - os: macos-latest
29+
## arch: arm64
30+
- os: windows-latest
31+
arch: AMD64
32+
3033
env:
3134
CIBW_ARCHS: ${{ matrix.arch }}
3235

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414
# Use --no-third-party to avoid linking in GLPK.
1515
# The resulting binary would not be distributable.
1616
before-all = """
17-
apt-get install --yes wget || yum install -y wget || brew install bash coreutils
17+
apt-get install --yes wget || yum install -y wget || brew install bash coreutils || :
1818
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
1919
sed -i.bak '/invoke_make/s/install/-j1 install/' coinbrew
2020
chmod +x coinbrew

0 commit comments

Comments
 (0)