Skip to content

Commit 8daebaa

Browse files
authored
Update python-wheel-build.yml
1 parent 756e858 commit 8daebaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-wheel-build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, windows-2022, macos-13]
11+
os: [ubuntu-20.04]
12+
#os: [ubuntu-20.04, windows-2022, macos-13]
1213

1314
steps:
1415
- uses: actions/checkout@v3
@@ -55,7 +56,7 @@ jobs:
5556
run: python -m cibuildwheel --output-dir wheelhouse
5657
# to supply options, put them in 'env', like:
5758
env:
58-
CIBW_BEFORE_ALL_LINUX: yum install -y boost-devel zlib-devel
59+
CIBW_BEFORE_ALL_LINUX: yum install -y gmp-devel
5960
CIBW_TEST_REQUIRES: pytest
6061
CIBW_TEST_COMMAND: "pytest --color=yes -v {project}/python/tests/test_pyapproxmc.py"
6162
CIBW_SKIP: "*musl*"

0 commit comments

Comments
 (0)