diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e5e2ffe..e97494c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -46,6 +46,13 @@ jobs: restore-keys: ${{ matrix.os }}-${{ matrix.python-version }}- - name: Update pip run: python -m pip install --upgrade pip + - name: Install dependencies + env: + # on macOS and with Python 3.10: building NumPy from source fails without these options: + NPY_BLAS_ORDER: "" + NPY_LAPACK_ORDER: "" + run: > + pip install -r requirements.txt - name: Install latest separableconv-torch package run: > pip install --upgrade --force-reinstall separableconv-torch