chore: cache uv .venv in cicd
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user