Skip to content

Bump jupyterlab from 4.2.4 to 4.2.5 #853

Bump jupyterlab from 4.2.4 to 4.2.5

Bump jupyterlab from 4.2.4 to 4.2.5 #853

Workflow file for this run

name: Run isort
on:
push:
pull_request:
merge_group:
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: isort
uses: isort/[email protected]