Skip to content

Delete src/Weather_forecast_on_dashboard.py #358

Delete src/Weather_forecast_on_dashboard.py

Delete src/Weather_forecast_on_dashboard.py #358

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/[email protected]
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"]'
requirements: "requirements.txt"

Check failure on line 17 in .github/workflows/pytest.yml

View workflow run for this annotation

GitHub Actions / Python package tests

Invalid workflow file

The workflow is not valid. .github/workflows/pytest.yml (Line: 17, Col: 21): Invalid input, requirements is not defined in the referenced workflow.