Skip to content

Commit

Permalink
disable cache prune
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Feb 12, 2025
1 parent 00e23ed commit e59f46c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
version: "latest"
python-version: ${{ matrix.python }}
enable-cache: true
# cache-suffix: "${{ runner.os }}-${{ matrix.python }}"
prune-cache: false
cache-suffix: "${{ runner.os }}-${{ matrix.python }}"
cache-dependency-glob: |
**/pyproject.toml
**/uv.lock
Expand Down

0 comments on commit e59f46c

Please sign in to comment.