From 9915e506fffe2d392022b3bada048b37ae1e6ca6 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 26 Jan 2021 23:00:06 -0600 Subject: [PATCH] Re-adding the netcdf libraries in CI. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39651c6434..5f9356040c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,8 @@ jobs: sudo apt -y update sudo apt install -y mpich \ libmpich-dev \ + libnetcdf-dev \ + libpnetcdf-dev \ libhdf5-serial-dev \ libhdf5-mpich-dev \ libeigen3-dev