Skip to content

configure action for ARC runner #13

configure action for ARC runner

configure action for ARC runner #13

Workflow file for this run

on: push
name: Reproducibility Check
jobs:
render:
name: execute notebook
runs-on: arc-runner-espm157 # ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11.9'
- name: Install Dependencies
run: pip install -r requirements.txt
- name: test
run: |
rm github-login.ipynb # exclude login from testing
pytest --nbval-lax *.ipynb
# - name: render
# run: myst build climate.md --pdf