Skip to content

Commit

Permalink
ci: python-tests - replace deprecated cache-prefix with cache-suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
teocns committed Jan 7, 2025
1 parent a8e5997 commit 844ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
continue-on-error: true
with:
python-version: ${{ matrix.python-version }}
cache-prefix: uv-${{ matrix.python-version }}
enable-cache: true
cache-suffix: uv-${{ matrix.python-version }}
cache-dependency-glob: "**/pyproject.toml"

- name: Install dependencies
Expand Down

0 comments on commit 844ad8b

Please sign in to comment.