feat: add new ERA5 decadal warming trends tutorial and refine the Fro… #50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Quality assurance | |
| on: | |
| push: | |
| branches: ["main", "develop"] | |
| pull_request: | |
| branches: ["main", "develop"] | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| pre-commit: | |
| uses: ecmwf/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2 | |
| with: | |
| skip-hooks: "no-commit-to-branch" | |
| tests: | |
| strategy: | |
| matrix: | |
| python-version: ["3.11", "3.12", "3.13", "3.14"] | |
| uses: ecmwf/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2 | |
| with: | |
| python-version: ${{ matrix.python-version }} | |
| optional-dependencies: "dev" |