Skip to content

Commit

Permalink
use apk
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 16, 2024
1 parent 430b2fe commit 41d993f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ jobs:
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
sudo apt-get update &&
sudo apt-get install -y libjpeg-turbo-dev &&
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 41d993f

Please sign in to comment.