Skip to content

Commit

Permalink
[ci] install libatlas
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 6905f4d commit a757087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install build dependencies
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install -y -qq libblas{3,-dev} liblapack{3,-dev} libatlas-base{,-dev} cmake build-essential git gfortran
sudo apt-get update && sudo apt-get -y --no-install-recommends install -y -qq libblas{3,-dev} liblapack{3,-dev} libatlas{,-base-dev} cmake build-essential git gfortran
- name: Install openmpi
if: ${{ matrix.MPI == 'openmpi' }}
Expand Down

0 comments on commit a757087

Please sign in to comment.