Skip to content

Commit ec6b3db

Browse files
authored
Comment out LAPACK packages
Temporary to start testing. Need to figure out why `liblapack-pic` was not found.
1 parent 06d19bb commit ec6b3db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install gfortran liblapack-pic liblapack-dev libnetcdf-dev libnetcdff-dev
32+
sudo apt-get install gfortran
33+
# sudo apt-get liblapack-pic liblapack-dev
34+
sudo apt-get libnetcdf-dev libnetcdff-dev
3335
python -m pip install --upgrade pip
3436
pip install flake8 pytest
3537
- name: Setup clawpack super repository

0 commit comments

Comments
 (0)