Skip to content

fix-notebookrun: update notebook TimeSeriesEDF content for testing #161

fix-notebookrun: update notebook TimeSeriesEDF content for testing

fix-notebookrun: update notebook TimeSeriesEDF content for testing #161

Workflow file for this run

name: Test Notebooks
on:
push:
branches:
- '*'
jobs:
build:
name: Run notebooks
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install nbformat nbconvert
- name: Run notebooks
run: python ./dev/notebook_runner.py notebooks