Skip to content

Bump pillow from 12.0.0 to 12.1.1 #53

Bump pillow from 12.0.0 to 12.1.1

Bump pillow from 12.0.0 to 12.1.1 #53

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