We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
astral-sh/setup-uv
1 parent 6818ef6 commit 279b4a6Copy full SHA for 279b4a6
1 file changed
.github/workflows/tests.yml
@@ -56,8 +56,7 @@ jobs:
56
- name: Set up uv
57
uses: astral-sh/setup-uv@v7
58
with:
59
- cache-dependency-glob: |
60
- pyproject.toml
+ python-version: ${{ matrix.python-version }}
61
cache-suffix: ${{ matrix.python-version }}
62
enable-cache: true
63
activate-environment: true
0 commit comments