From 7eecf9d140f2fa13dadece0eab217ce0bb7fdbea Mon Sep 17 00:00:00 2001 From: Cory Martin Date: Wed, 17 Apr 2024 16:50:30 -0400 Subject: [PATCH] Update unittests_g-w.yaml --- .github/workflows/unittests_g-w.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/unittests_g-w.yaml b/.github/workflows/unittests_g-w.yaml index b187a0de9..9abaa046a 100644 --- a/.github/workflows/unittests_g-w.yaml +++ b/.github/workflows/unittests_g-w.yaml @@ -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