Skip to content

Commit 3a70d51

Browse files
committed
CI: Configure astral-sh/setup-uv to use the right Python version
1 parent db2b317 commit 3a70d51

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,10 @@ jobs:
5353
with:
5454
persist-credentials: false
5555

56-
- name: Set up Python
57-
uses: actions/setup-python@v6
58-
with:
59-
python-version: ${{ matrix.python-version }}
60-
6156
- name: Set up uv
6257
uses: astral-sh/setup-uv@v7
6358
with:
64-
cache-dependency-glob: |
65-
pyproject.toml
59+
python-version: ${{ matrix.python-version }}
6660
cache-suffix: ${{ matrix.python-version }}
6761
enable-cache: true
6862
activate-environment: true

0 commit comments

Comments
 (0)