From ecfa9c690f30886fdba62f8a42abe83c911505e5 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sun, 25 Feb 2024 11:49:22 -0500 Subject: [PATCH] update flopy pkgs in ci --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ac0ed..26cbc9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: run: | pip install . pip install ".[test]" - + - name: Cache modflow6 examples id: cache-examples uses: actions/cache@v3 @@ -157,6 +157,9 @@ jobs: pip install -r requirements.pip.txt pip install -r requirements.usgs.txt + - name: Update FloPy packages + run: python -m flopy.mf6.utils.generate_classes --ref develop --no-backup + - name: Build modflow6 example models if: steps.cache-examples.outputs.cache-hit != 'true' working-directory: modflow6-examples/autotest