Skip to content

Commit 4c9d5f3

Browse files
committed
fix version of python not uv in gh action
1 parent 3fe2995 commit 4c9d5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v6
1919
with:
20-
version: ${{ matrix.python-version }}
20+
python-version: ${{ matrix.python-version }}
2121
- name: Run install
2222
run: |
2323
make install

0 commit comments

Comments
 (0)