We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756e858 commit 8daebaaCopy full SHA for 8daebaa
.github/workflows/python-wheel-build.yml
@@ -8,7 +8,8 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-20.04, windows-2022, macos-13]
+ os: [ubuntu-20.04]
12
+ #os: [ubuntu-20.04, windows-2022, macos-13]
13
14
steps:
15
- uses: actions/checkout@v3
@@ -55,7 +56,7 @@ jobs:
55
56
run: python -m cibuildwheel --output-dir wheelhouse
57
# to supply options, put them in 'env', like:
58
env:
- CIBW_BEFORE_ALL_LINUX: yum install -y boost-devel zlib-devel
59
+ CIBW_BEFORE_ALL_LINUX: yum install -y gmp-devel
60
CIBW_TEST_REQUIRES: pytest
61
CIBW_TEST_COMMAND: "pytest --color=yes -v {project}/python/tests/test_pyapproxmc.py"
62
CIBW_SKIP: "*musl*"
0 commit comments