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 5d49eb8 commit 430b2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +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
CIBW_BEFORE_TEST: pip install -U pytest pytest-timeout pytest-cov pytest-xdist
Expand Down

0 comments on commit 430b2fe

Please sign in to comment.