Skip to content

fix README.md formatting #29

fix README.md formatting

fix README.md formatting #29

Workflow file for this run

name: test-notebook
on: [push]
jobs:
Test-Jupyter-Notebook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest nbmake
pip install --no-cache-dir -r requirements.txt
- name: Test with pytest
run: |
pytest --nbmake **/*ipynb