Skip to content

Commit

Permalink
restore release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 13, 2023
1 parent 4ccea05 commit b9feade
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@ jobs:
python -c "import flopy; print(f'FloPy version: {flopy.__version__}')"
echo "version=${ver#"v"}" >> $GITHUB_OUTPUT
- name: Update FloPy package classes
- name: Update FloPy packages
run: python -m flopy.mf6.utils.generate_classes --ref master --no-backup

- name: Format Python files
run: |
black -v flopy
isort -v flopy
- name: Lint Python files
run: python scripts/pull_request_prepare.py

- name: Run tests
working-directory: autotest
Expand All @@ -82,7 +80,8 @@ jobs:
if: failure()
with:
name: failed-${{ matrix.os }}-${{ matrix.python-version }}
path: autotest/.failed/**
path: |
./autotest/.failed/**
- name: Run notebooks
working-directory: scripts
Expand Down

0 comments on commit b9feade

Please sign in to comment.