Skip to content

Commit

Permalink
install openblas in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 25, 2024
1 parent 097fe94 commit dc4abff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
virtualenvs-in-project: true
- name: Install Dependencies
run: |
sudo apt-get install libopenblas-dev
poetry config virtualenvs.in-project true
poetry run pip install --upgrade pip
poetry install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
virtualenvs-in-project: true
- name: Install Release Dependencies
run: |
sudo apt-get install libopenblas-dev
poetry config virtualenvs.in-project true
poetry run pip install --upgrade pip
poetry install -E html -E png -E pdf
Expand Down

0 comments on commit dc4abff

Please sign in to comment.