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

Loosen workflow

Loosen workflow #256

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/python-test.yml

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

invalid value workflow reference: no version specified
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']"