Skip to content

build_system: fix uv 5.1 error and 3.12 pkgconfig error #1631

build_system: fix uv 5.1 error and 3.12 pkgconfig error

build_system: fix uv 5.1 error and 3.12 pkgconfig error #1631

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
jobs:
precommit:
name: pre-commit
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected]