chore: cache uv .venv in cicd

This commit is contained in:
Benjamin Labrecque
2026-07-10 11:07:23 +02:00
parent 2d60a28294
commit 17db21ca75
+2 -2
View File
@@ -36,9 +36,9 @@ jobs:
with:
path: .venv
# Changes uv.lock will automatically invalidate the cache and rebuild
key: ${{ runner.os }}-uv-venv-${{ hashFiles('cli/uv.lock') }}
key: ${{ runner.os }}-uv-cli-venv-${{ hashFiles('cli/uv.lock') }}
restore-keys: |
${{ runner.os }}-uv-venv-
${{ runner.os }}-uv-cli-venv-
- name: Initialize Virtual Environment from cli/uv.lock
run: |