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 eb382cd commit cdb5cfeCopy full SHA for cdb5cfe
1 file changed
.github/workflows/tests.yml
@@ -53,16 +53,10 @@ jobs:
53
with:
54
persist-credentials: false
55
56
- - name: Set up Python
57
- uses: actions/setup-python@v6
58
- with:
59
- python-version: ${{ matrix.python-version }}
60
-
61
- name: Set up uv
62
uses: astral-sh/setup-uv@v7
63
64
- cache-dependency-glob: |
65
- pyproject.toml
+ python-version: ${{ matrix.python-version }}
66
cache-suffix: ${{ matrix.python-version }}
67
enable-cache: true
68
activate-environment: true
0 commit comments