Skip to content

Commit

Permalink
Try apk search
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 4, 2025
1 parent e5d8785 commit c5071b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
apk add --no-cache jpeg-dev zlib-dev openblas-dev libfftw3-dev &&
apk search fftw &&
apk add --no-cache jpeg-dev zlib-dev openblas-dev fftw &&
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 c5071b3

Please sign in to comment.