Skip to content

Commit

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

- name: Install dependencies
run: |
sudo apt-get install libopenblas-dev
python -m pip install --upgrade pip
python -m pip install flake8 pytest tox-gh-actions
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit bd910d1

Please sign in to comment.