Skip to content

Commit

Permalink
Update ngen_integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak authored Jun 25, 2024
1 parent 5dae1e8 commit 965fa2f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
with:
mod-dir: "extern/evapotranspiration/evapotranspiration"
targets: "petbmi"
- name: PET (checkout master)
run: |
git submodule update --remote extern/evapotranspiration/evapotranspiration

- name: Build SLoTH
id: submod_build_6
Expand All @@ -83,7 +80,11 @@ jobs:
run: |
rm -rf extern/cfe/cfe/*
mv ${{runner.temp}}/cfe/* extern/cfe/cfe
- name: PET (checkout master)
run: |
git submodule update --remote extern/evapotranspiration/evapotranspiration
- name: Run NGen Test for CFE (cfe1.0) Couple with PET
run: |
mv ${{ steps.ngen_id1.outputs.build-dir }} ./ngen-build/
Expand Down

0 comments on commit 965fa2f

Please sign in to comment.