Skip to content

Merge branch 'main' into check_nwps #14

Merge branch 'main' into check_nwps

Merge branch 'main' into check_nwps #14

Workflow file for this run

name: Non-Default Branch Push CI (Python)
on:
push:
branches-ignore: ['main']
paths-ignore: ['README.md']
jobs:
branch-ci:
uses: openclimatefix/.github/.github/workflows/nondefault_branch_push_ci_python.yml@main
secrets: inherit
with:
enable_linting: false # TODO: Lint whole package
enable_typechecking: false
tests_folder: tests
tests_conda_deps: "esmpy gdal hdf5=1.14.4"