Skip to content

Commit

Permalink
CI: Insallted LAPACK and BLAS libs on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Jan 8, 2025
1 parent 8dfa311 commit 3e7d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.os == 'ubuntu-24.04'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gfortran openmpi-bin libopenmpi-dev libhdf5-openmpi-dev
packages: gfortran openmpi-bin libopenmpi-dev libhdf5-openmpi-dev liblapack-dev libblas-dev
version: 1.0
execute_install_scripts: true

Expand Down

0 comments on commit 3e7d11f

Please sign in to comment.