Skip to content

Commit

Permalink
ci(release): model exclusions (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Feb 11, 2025
1 parent 48ec3b2 commit 2e3f915
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
run: uv run python -m flopy.mf6.utils.generate_classes --no-backup --exclude chf --exclude olf

- name: Update version numbers
id: version
Expand Down

0 comments on commit 2e3f915

Please sign in to comment.