diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index df22691..a0b3fd3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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