Skip to content

BLD: update python versions for CI containers #1059

BLD: update python versions for CI containers

BLD: update python versions for CI containers #1059

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
merge_group:
release:
types:
- published
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install jupyter
run: |
python -m pip install jupyterlab
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()