Skip to content

Commit

Permalink
update flopy pkgs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 25, 2024
1 parent 8c8ffb8 commit ecfa9c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: |
pip install .
pip install ".[test]"
- name: Cache modflow6 examples
id: cache-examples
uses: actions/cache@v3
Expand All @@ -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
Expand Down

0 comments on commit ecfa9c6

Please sign in to comment.