From 94aae77f189d62f9145af72792b6ce95c317dd3d Mon Sep 17 00:00:00 2001 From: jlarsen Date: Wed, 21 Aug 2024 13:00:58 -0700 Subject: [PATCH] update(ci): update flopy classes prior to building mf6-examples --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c24ca..af5b527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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