Skip to content

Commit

Permalink
ci: add python version for cache suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Aug 14, 2024
1 parent 7bca71d commit b9bcb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
python-version: ${{ matrix.pyv }}
- uses: hynek/setup-cached-uv@v2
with:
cache-suffix: ${{ matrix.pyv }}
cache-dependency-path: pyproject.toml
- run: uv pip install -e ".[dev]" pytest-split --system
env:
Expand Down

0 comments on commit b9bcb45

Please sign in to comment.