Skip to content

Commit

Permalink
extended 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 17, 2023
1 parent b65ff1b commit f8f59a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-nc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,12 @@ jobs:
REPOS_PATH: ${{ github.workspace }}
run: |
pytest test_gwf_chd01.py --keep temp
grep -Fx " NetCDF, network Common Data Form software library" temp/test_mf6model[chd01]0/mfsim.lst
grep -Fx " NetCDF, network Common Data Form software library" temp/test_*chd01*/mfsim.lst
grep -Fx "TESTING FAIL" temp/test_mf6model[chd01]0/mfsim.lst
if grep -Fx " NetCDF, network Common Data Form software library" temp/test_mf6model[chd01]0/mfsim.lst
then
echo "NetCDF dependency confirmed."
else
echo "NetCDF dependency not found."
fi
- name: Test programs (parallel)
working-directory: modflow6/autotest
Expand Down

0 comments on commit f8f59a4

Please sign in to comment.