Skip to content

Test notebooks

Test notebooks #71

name: Test notebooks
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: install & run nbmake
run: |
make install
make test