Skip to content

ENH: Bump version number to 0.6.3 #312

ENH: Bump version number to 0.6.3

ENH: Bump version number to 0.6.3 #312

name: Test notebooks
on:
push:
branches:
- master
jobs:
nbmake:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ubuntu-20.04, macos-11]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install build dependencies
run: |
python --version
python -m pip install --upgrade pip
python -m pip install -r ./.binder/requirements.txt -v
python -m pip install nbmake[html]
- name: Test Example Notebooks
run: |
pushd examples
python -m pytest --nbmake -v