Skip to content

Commit

Permalink
Can we install aot-get in a container?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Mar 13, 2024
1 parent 1a1657f commit 16c045f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Checks-out repository under $GITHUB_WORKSPACE
#
- uses: actions/checkout@v4

###############################################################################
# Build COSP and retrieve input and test files
###############################################################################
Expand All @@ -58,6 +58,7 @@ jobs:
# Retrieve and expand large data files
- name: Retrieve data files
run: |
sudo apt-get install wget
GDFILE='https://docs.google.com/uc?export=download&id=17eK4_DVEvFOE9Uf6siXJDpWZJKT1aqkU'
OUTPATH=driver/data/inputs/UKMO/cosp_input.um_global.nc.gz
wget --no-check-certificate $GDFILE -O $OUTPATH
Expand Down

0 comments on commit 16c045f

Please sign in to comment.