chore: uv - different caching

This commit is contained in:
Matthias
2024-12-10 23:10:16 +01:00
parent f978a5c754
commit 4f318a5981

View File

@@ -284,7 +284,7 @@ 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