From 9be13d5ed6bffd6474aef1815342a1c3e28e4c27 Mon Sep 17 00:00:00 2001 From: Yi-Cheng Teng - NOAA GFDL <143743249+yichengt900@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:17:59 -0500 Subject: [PATCH] Update cobalt_ci.yml --- .github/workflows/cobalt_ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cobalt_ci.yml b/.github/workflows/cobalt_ci.yml index bb2dfc5..a9b29f2 100644 --- a/.github/workflows/cobalt_ci.yml +++ b/.github/workflows/cobalt_ci.yml @@ -35,9 +35,11 @@ jobs: # Install wget and get data - name: Install wget and get data run: | + apt-get update + apt-get install -y wget software-properties-common add-apt-repository ppa:remik-ziemlinski/nccmp apt-get update - apt-get install -y wget nccmp + apt-get install -y nccmp cd /opt wget https://gfdl-med.s3.amazonaws.com/OceanBGC_dataset/1d_datasets.tar.gz tar -zxvf 1d_datasets.tar.gz