Skip to content

Merge commit '929e74fcddaf512cbd215b1472291f2d7b97e20c' into issue/inda #186

Merge commit '929e74fcddaf512cbd215b1472291f2d7b97e20c' into issue/inda

Merge commit '929e74fcddaf512cbd215b1472291f2d7b97e20c' into issue/inda #186

Workflow file for this run

name: Python package tests
on:
push:
schedule:
- cron: "0 12 * * 1"
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/python-test.yml@main
with:
# default python versions to use
python-version: "['3.11']"
# pytest-cov looks at this folder
pytest_cov_dir: "src"
# brew_install: "proj geos librttopo"
os_list: '["ubuntu-latest"]'