Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Fixed openblas installation
  • Loading branch information
tbetcke authored Mar 14, 2024
1 parent a0ecf04 commit 96cc50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: sudo apt-get install -y libclang-dev

- name: Install Blas
run: sudo apt-get install -y openblas
run: sudo apt-get install -y libopenblas-dev

- name: Install CMake
run: sudo apt-get install -y cmake
Expand Down

0 comments on commit 96cc50f

Please sign in to comment.