We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ec3b2 commit 2e3f915Copy full SHA for 2e3f915
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
42
- name: Sync MF6 module
43
- 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
44
45
- name: Update version numbers
46
id: version
0 commit comments