Skip to content

Feat: Add France solar generation data pipeline #318

Feat: Add France solar generation data pipeline

Feat: Add France solar generation data pipeline #318

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

Check warning on line 13 in .github/workflows/pytest.yaml

View workflow run for this annotation

GitHub Actions / Python package tests

Workflow syntax warning

In .github/workflows/pytest.yaml (Line: 13, Col: 11): Error from called workflow openclimatefix/.github/.github/workflows/python-test.yml@issue/pip-all (Line: 71, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
# pytest-cov looks at this folder
pytest_cov_dir: "src/open_data_pvnet"
os_list: '["ubuntu-latest"]'
python-version: "['3.11']"
pytest_numcpus: '1'