Skip to content

Bump jupyter-server from 2.6.0 to 2.7.2 #44

Bump jupyter-server from 2.6.0 to 2.7.2

Bump jupyter-server from 2.6.0 to 2.7.2 #44

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8"]
timeout-minutes: 30
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install tox
- name: Generate Documentation
run: tox -e docs