test/first #8

Merged
jkuhl merged 24 commits from test/first into develop 2025-12-01 18:07:00 +01:00
Showing only changes of commit 3993f2f213 - Show all commits

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

Justus Kuhlmann 2025-12-01 17:37:57 +01:00
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