Skip to content

Commit

Permalink
update(ci): update flopy classes prior to building mf6-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Aug 21, 2024
1 parent 6e2714c commit 94aae77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,18 @@ jobs:
pip install git+https://git@github.com/MODFLOW-USGS/modflow-devtools@develop
pip install git+https://git@github.com/modflowpy/flopy@develop
pip install .[test]
get-modflow :flopy
- 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: Build mf6-examples
working-directory: modflow6-examples/autotest
run: pytest -v -n=auto --init test_scripts.py
Expand Down

0 comments on commit 94aae77

Please sign in to comment.