Skip to content

Merge commit 'd6df7f7d8efbe02a5b581636c8b7809fa58aee22' into issue/rm… #112

Merge commit 'd6df7f7d8efbe02a5b581636c8b7809fa58aee22' into issue/rm…

Merge commit 'd6df7f7d8efbe02a5b581636c8b7809fa58aee22' into issue/rm… #112

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:
# 0 means don't use pytest-xdist
pytest_numcpus: "4"
# pytest-cov looks at this folder
pytest_cov_dir: "pvnet_summation"
# extra things to install
sudo_apt_install: "libgeos++-dev libproj-dev proj-data proj-bin"
# brew_install: "proj geos librttopo"
os_list: '["ubuntu-latest"]'
python-version: "['3.10', '3.11']"