Skip to content

Commit

Permalink
Try jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 16, 2024
1 parent bce8591 commit c50939d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
CIBW_SKIP: cp36* cp37* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
pip install -U pybind11-global &&
apk add --no-cache openblas-dev
apk add --no-cache jpeg-dev zlib-dev openblas-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 c50939d

Please sign in to comment.