Skip to content

Update the warnings #338

Update the warnings

Update the warnings #338

name: Verify tutorials generation
on:
pull_request:
paths:
- "tutorials/*.ipynb"
- "index.toml"
jobs:
run-tutorials:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Generate all tutorials
run: |
mkdir output
python scripts/generate_markdowns.py --index index.toml --notebooks all --output ./output