Skip to content

Commit

Permalink
ci(release): model exclusion (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Feb 11, 2025
1 parent 2e3f915 commit b0eee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Sync MF6 module
run: uv run python -m flopy.mf6.utils.generate_classes --no-backup --exclude chf --exclude olf
run: uv run python -m flopy.mf6.utils.generate_classes --no-backup --exclude chf --exclude olf --exclude swf

- name: Update version numbers
id: version
Expand Down

0 comments on commit b0eee66

Please sign in to comment.