Skip to content

Commit 5e838b3

Browse files
committed
ci: override Python version from .python-version with matrix version
1 parent 4831f35 commit 5e838b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: astral-sh/setup-uv@v6
5151
with:
5252
version: ${{ env.UV_VERSION }}
53+
python-version: ${{ matrix.python-version }}
5354
enable-cache: "true"
5455
cache-suffix: ${{ matrix.python-version }}
5556
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)