From 30909d13ba44df43ead0afd1c2b03469baf0ee3b Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Dec 2024 22:31:37 +0100 Subject: [PATCH] chore: uv: glob --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35fa07dfa..54f6da930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,7 +283,7 @@ jobs: uses: astral-sh/setup-uv@v4 with: enable-cache: true - + cache-dependency-glob: "requirements**.txt" - name: Installation run: |