We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d19bb commit ec6b3dbCopy full SHA for ec6b3db
.github/workflows/testing.yml
@@ -29,7 +29,9 @@ jobs:
29
- name: Install dependencies
30
run: |
31
sudo apt-get update
32
- sudo apt-get install gfortran liblapack-pic liblapack-dev libnetcdf-dev libnetcdff-dev
+ sudo apt-get install gfortran
33
+ # sudo apt-get liblapack-pic liblapack-dev
34
+ sudo apt-get libnetcdf-dev libnetcdff-dev
35
python -m pip install --upgrade pip
36
pip install flake8 pytest
37
- name: Setup clawpack super repository
0 commit comments