Skip to content

[Infra] Update python Docker tag #568

[Infra] Update python Docker tag

[Infra] Update python Docker tag #568

Workflow file for this run

name: PreCommit
on:
merge_group:
types: [checks_requested]
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
PreCommit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
fetch-depth: 0
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
with:
python-version: "3.12"
- run: |
sudo apt-get update --quiet
sudo apt-get install --yes \
libxkbcommon-dev \
libwayland-dev
python -m pip install --editable .[develop]
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43
if: always()