Skip to content

Commit

Permalink
extended 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 17, 2023
1 parent 5cd5855 commit 35a0630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,14 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: pytest -v --durations 0 get_exes.py

- name: Test netcdf build (parallel)
- name: Test netcdf build
working-directory: modflow6/autotest
env:
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
- name: Test programs (parallel)
working-directory: modflow6/autotest
Expand Down

0 comments on commit 35a0630

Please sign in to comment.