Skip to content

[no merge yet] System python 3.12 and uv venv #1243

[no merge yet] System python 3.12 and uv venv

[no merge yet] System python 3.12 and uv venv #1243

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]