diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1430cb64e..fb1aaaaff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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