Skip to content

Commit

Permalink
Debug wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 5, 2025
1 parent 6b187ff commit 9471172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
run: python -m pip install cibuildwheel==2.22.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
run: python -m pip install cibuildwheel==2.22.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand All @@ -57,7 +57,7 @@ jobs:
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
apk add --no-cache jpeg-dev zlib-dev openblas-dev &&
apk add --no-cache jpeg-dev zlib-dev openblas-dev fftw-dev &&
pip install -U pybind11-global
CIBW_BEFORE_TEST: pip install -U pytest pytest-timeout pytest-cov pytest-xdist
CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests
Expand Down

0 comments on commit 9471172

Please sign in to comment.