Skip to content

[pre-commit.ci] pre-commit autoupdate #54

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #54

Workflow file for this run

name: Python package
on:
push:
schedule:
- cron: "0 12 * * 1"
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/python-test.yml@main
with:
# 0 means don't use pytest-xdist
pytest_numcpus: "1"
# pytest-cov looks at this folder
pytest_cov_dir: "ocf_blosc2"