Skip to content

Commit

Permalink
install openblas on ubuntu runner for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 18, 2023
1 parent ed0753b commit b7b8d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install tox
sudo apt update
sudo apt install -y pandoc
sudo apt install -y libopenblas-dev pandoc
- name: Build docs
run: |
tox run -e docs
Expand Down

0 comments on commit b7b8d60

Please sign in to comment.