Skip to content

Bump jupyterlab from 4.2.3 to 4.2.4 #396

Bump jupyterlab from 4.2.3 to 4.2.4

Bump jupyterlab from 4.2.3 to 4.2.4 #396

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
# install poetry dynammic versioning
- name: Install poetry-dynamic-versioning
run: |
pip install poetry-dynamic-versioning
- uses: pre-commit/action@v3.0.1