Skip to content

Add Dockerfile and CI workflow for Docker build #6

Add Dockerfile and CI workflow for Docker build

Add Dockerfile and CI workflow for Docker build #6

Workflow file for this run

name: Python package tests
on:
push:
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: "0 12 * * 1"
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/python-test.yml@issue/pip-all
with:
# pytest-cov looks at this folder
pytest_cov_dir: "neso_solar_consumer"
os_list: '["ubuntu-latest"]'
python-version: "['3.11']"
pytest_numcpus: '1'