Skip to content

Refine HRRR 18-hour virtual quickstart #44

Refine HRRR 18-hour virtual quickstart

Refine HRRR 18-hour virtual quickstart #44

Workflow file for this run

name: Test Notebooks
on:
pull_request:
branches: [main]
jobs:
test-notebooks:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --group dev
- name: Run all notebooks
run: uv run .internal/run_notebooks.py
- name: Notebook tests
run: uv run python tests/test_notebook_execution.py