Skip to content

Commit

Permalink
Update cobalt_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Dec 22, 2023
1 parent 2f3b325 commit 9be13d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cobalt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9be13d5

Please sign in to comment.