Skip to content

Commit

Permalink
fix CI for wxflow from pygw
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jul 10, 2023
1 parent 78d5873 commit 8ed7b70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
cd solo && pip install . && cd ..
cd r2d2 && pip install . && cd ..
- name: Checkout workflow
- name: Checkout wxflow
uses: actions/checkout@v3
with:
repository: NOAA-EMC/global-workflow
repository: NOAA-EMC/wxflow
ref: develop
path: global-workflow
path: wxflow

- name: Install workflow utils
- name: Install wxflow
run: |
cd global-workflow/ush/python/pygw
cd wxflow
pip install .
- name: Checkout
Expand Down
17 changes: 12 additions & 5 deletions .github/workflows/unittests_g-w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,25 @@ jobs:
cd r2d2 && pip install . && cd ..
sudo mkdir -p /work/noaa # to trick workflow into thinking this is RDHPCS Orion
- name: Checkout workflow
- name: Checkout wxflow
uses: actions/checkout@v3
with:
repository: NOAA-EMC/global-workflow
repository: NOAA-EMC/wxflow
ref: develop
path: global-workflow
path: wxflow

- name: Install workflow utils
- name: Install wxflow
run: |
cd global-workflow/ush/python/pygw
cd wxflow
pip install .
- name: Checkout workflow
uses: actions/checkout@v3
with:
repository: NOAA-EMC/global-workflow
ref: develop
path: global-workflow

- name: Checkout GDASApp
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8ed7b70

Please sign in to comment.