Skip to content

Merge pull request #41 from gw-odw/rewrite-3.1 #92

Merge pull request #41 from gw-odw/rewrite-3.1

Merge pull request #41 from gw-odw/rewrite-3.1 #92

Workflow file for this run

name: Version check
on:
push:
branches: "*"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U jupyter
- name: Clean all notebooks
run: |
for file in Tutorials/Day_*/*ipynb; do echo $file; jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace $file; done
- name: Check versions
run: |
python tests/check_versions.py