Skip to content

feat: add new ERA5 decadal warming trends tutorial and refine the Fro… #50

feat: add new ERA5 decadal warming trends tutorial and refine the Fro…

feat: add new ERA5 decadal warming trends tutorial and refine the Fro… #50

Workflow file for this run

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"