Skip to content

Commit

Permalink
explicit install of libopenblas
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Oct 4, 2024
1 parent a9215dd commit f22ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt-get install libopenblas-dev
- name: install openblas on windows:
- name: install openblas on windows
if: matrix.os == 'windows-latest'
run: |
choco install openblas
Expand Down

0 comments on commit f22ed60

Please sign in to comment.