chore: uv - different caching
This commit is contained in:
@@ -284,7 +284,9 @@ jobs:
|
|||||||
uses: astral-sh/setup-uv@v4
|
uses: astral-sh/setup-uv@v4
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "requirements**.txt"
|
# cache-dependency-glob: "requirements**.txt"
|
||||||
|
cache-suffix: "${{ matrix.python-version }}"
|
||||||
|
prune-cache: false
|
||||||
|
|
||||||
- name: Installation
|
- name: Installation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user