test: add unit tests for hydrology, land, sea ice, and snow indicator… #63
Workflow file for this run
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: | |
| pull_request: | |
| 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" |