Skip to content

Commit

Permalink
ci: install libnetcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Aug 12, 2024
1 parent 802a1a2 commit 3b2e288
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ngen-cal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 ./python/ngen_cal --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Installing libnetcdf
run: |
sudo apt-get update
sudo apt-get install -y --fix-missing libnetcdf-dev
- name: Installing ngen_cal in python virtual environment
run: |
# setup virtual environment
Expand Down

0 comments on commit 3b2e288

Please sign in to comment.