Skip to content

simplify dag from mmm notebook (#1046) #270

simplify dag from mmm notebook (#1046)

simplify dag from mmm notebook (#1046) #270

Workflow file for this run

name: Test Notebook
on:
pull_request:
branches: [main]
paths:
- '**.py'
- '**.ipynb'
push:
branches: [main]
paths:
- '**.py'
- '**.ipynb'
jobs:
example_notebooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
sudo apt-get install graphviz
pip install -e .[docs]
pip install -e .[test]
- name: Run notebooks
run: make run_notebooks