Skip to content

uv pip install in a separate tmp folder #1088

uv pip install in a separate tmp folder

uv pip install in a separate tmp folder #1088

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@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]