Skip to content

testing

testing #2

Workflow file for this run

on: push
name: Reproducibility Check
jobs:
render:
name: execute notebook

Check failure on line 6 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Reproducibility Check

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 6, Col: 5): Required property is missing: runs-on
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Dependencies
run: pip install -e requirements.txt
- name: test
run: pytest --nbval-lax climate.ipynb