Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Loosen workflow

Loosen workflow #257

Workflow file for this run

name: Python package
on:
push:
schedule:
- cron: "0 12 * * 1"
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/workflows.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflows.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/workflows.yaml" -> "openclimatefix/.github/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
# 0 means don't use pytest-xdist
pytest_numcpus: "1"
# pytest-cov looks at this folder
pytest_cov_dir: "ocf_blosc2"
os_list: '["ubuntu-latest"]'
python-version: "['3.11','3.12']"