Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/unittests_g-w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:

- name: Install other dependencies
run: |
wget https://ftp.emc.ncep.noaa.gov/static_files/public/GDASApp/r2d2-bb361c2.tar.gz
wget https://ftp.emc.ncep.noaa.gov/static_files/public/GDASApp/solo-877b414.tar.gz
tar -xvf r2d2-bb361c2.tar.gz
tar -xvf solo-877b414.tar.gz
cd solo && pip install . && cd ..
cd r2d2 && pip install . && cd ..
sudo mkdir -p /work/noaa # to trick workflow into thinking this is RDHPCS Orion

- name: Checkout wxflow
Expand Down