Skip to content

Bump pyasn1 from 0.6.1 to 0.6.2 #42

Bump pyasn1 from 0.6.1 to 0.6.2

Bump pyasn1 from 0.6.1 to 0.6.2 #42

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