chore: uv cache dir in cicd

This commit is contained in:
Benjamin Labrecque
2026-07-30 13:56:42 +02:00
parent 5ea5a7e913
commit a2170ba88d
+1
View File
@@ -54,6 +54,7 @@ jobs:
- name: Run tests
run: |
UV_CACHE_DIR="/sls/bd/hla/.cache/uv"
cd scripts && uv run pytest
# -----------------------------------------------------------------