Skip to content

Bump jupyter-server from 2.8.0 to 2.11.2 in /requirements #82

Bump jupyter-server from 2.8.0 to 2.11.2 in /requirements

Bump jupyter-server from 2.8.0 to 2.11.2 in /requirements #82

Workflow file for this run

name: Quality
on: [push]
jobs:
tests:
name: Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
- name: update pip
run: |
pip install -U wheel
pip install -U setuptools
python -m pip install -U pip
- run: pip install tox
- run: tox -e style