Skip to content

Commit

Permalink
fix(release.yml): don't regenerate pkgs from mf6 main on release (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 24, 2023
1 parent 09b59ce commit 11f518c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -63,9 +63,6 @@ jobs:
python -c "import flopy; print(f'FloPy version: {flopy.__version__}')"
echo "version=${ver#"v"}" >> $GITHUB_OUTPUT
- name: Update FloPy packages
run: python -m flopy.mf6.utils.generate_classes --ref master --no-backup

- name: Lint Python files
run: python scripts/pull_request_prepare.py

Expand Down

0 comments on commit 11f518c

Please sign in to comment.