-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bfbae4
commit 166d8b6
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,22 +199,29 @@ jobs: | |
pip install git+https://[email protected]/modflowpy/flopy@develop | ||
pip install .[test] | ||
- name: Install modflow6 nightly build | ||
uses: modflowpy/install-modflow-action@v1 | ||
with: | ||
path: ${{ github.workspace }}/autotest | ||
repo: modflow6-nightly-build | ||
|
||
- name: update flopy for mf6-examples | ||
run: | | ||
get-modflow :flopy | ||
python -m flopy.mf6.utils.generate_classes --ref develop --no-backup | ||
- name: Install modflow6 for modflow6-examples | ||
uses: modflowpy/install-modflow-action@v1 | ||
with: | ||
path: ${{ github.workspace }}/modflow6-examples/autotest | ||
|
||
- name: Build mf6-examples | ||
working-directory: modflow6-examples/autotest | ||
run: | | ||
pytest -v -n=auto --init test_scripts.py | ||
- name: Install modflow6 nightly build | ||
uses: modflowpy/install-modflow-action@v1 | ||
with: | ||
path: ${{ github.workspace }}/autotest | ||
repo: modflow6-nightly-build | ||
|
||
- name: Run autotests | ||
working-directory: ./autotest | ||
shell: bash -l {0} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters