add UV_CACHE_DIR
Some checks failed
Pytest / pytest (3.12) (push) Successful in 28s
Pytest / pytest (3.13) (push) Failing after 14s
Pytest / pytest (3.14) (push) Failing after 14s

This commit is contained in:
Justus Kuhlmann 2025-12-01 17:37:57 +01:00
commit 3993f2f213
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
env:
UV_PYTHON: ${{ matrix.python-version }}
UV_CACHE_DIR: /tmp/.uv-cache
steps:
- name: Check out the repository
uses: https://github.com/RouxAntoine/checkout@v4.1.8