Skip to content

Use Hatchling build-backend and fix README for PyPI (#1051) #277

Use Hatchling build-backend and fix README for PyPI (#1051)

Use Hatchling build-backend and fix README for PyPI (#1051) #277

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