Skip to content

Merge pull request #8 from openclimatefix/jacob/fix-tests #182

Merge pull request #8 from openclimatefix/jacob/fix-tests

Merge pull request #8 from openclimatefix/jacob/fix-tests #182

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/[email protected]
with:
# 0 means don't use pytest-xdist
pytest_numcpus: "1"
# pytest-cov looks at this folder
pytest_cov_dir: "ocf_blosc2"
os_list: '["ubuntu-latest"]'
python-version: "['3.10','3.11']"