Skip to content

Bump werkzeug from 3.1.3 to 3.1.5 #37

Bump werkzeug from 3.1.3 to 3.1.5

Bump werkzeug from 3.1.3 to 3.1.5 #37

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