Skip to content

Commit

Permalink
update workflows: package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reshalfahsi committed Aug 9, 2022
1 parent bccbfda commit 3d13929
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d13929

Please sign in to comment.