Skip to content

Bump jupyter-server from 2.18.2 to 2.20.0 #793

Bump jupyter-server from 2.18.2 to 2.20.0

Bump jupyter-server from 2.18.2 to 2.20.0 #793

Workflow file for this run

name: Pre-Commit
on:
pull_request:
push:
branches: [main, develop]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.0