chore: uv - different caching

This commit is contained in:
Matthias
2024-12-10 23:09:00 +01:00
parent f378e10752
commit f978a5c754

View File

@@ -284,7 +284,9 @@ jobs:
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: "requirements**.txt"
# cache-dependency-glob: "requirements**.txt"
cache-suffix: "${{ matrix.python-version }}"
prune-cache: false
- name: Installation
run: |