Skip to content

Commit

Permalink
Add OpenBLAS dependency to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Oct 27, 2023
1 parent bd910d1 commit 3ac26cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Run pytest
run: |
sudo apt-get install libopenblas-dev
pip install pytest pytest-cov
pip install -r requirements.txt
pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit 3ac26cc

Please sign in to comment.