Skip to content

Commit

Permalink
Add system blas for now to avoid doing the config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ntjohnson1 committed Jul 4, 2024
1 parent 5623f3f commit 648e1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: bindings
run: |
sudo apt update
sudo apt install libopenblas-dev
cd py-tensor
pip install .[dev]
pytest tests/

0 comments on commit 648e1fc

Please sign in to comment.