Skip to content

Commit fe9adb4

Browse files
committed
install python in uv step
1 parent 2b0c234 commit fe9adb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
with:
2626
version: "0.9.*"
2727
enable-cache: true
28-
29-
- name: Set up Python ${{ matrix.python-version }}
30-
run: uv python install ${{ matrix.python-version }}
28+
python-version: ${{ matrix.python-version }}
3129

3230
- name: Install dependencies
3331
run: |

0 commit comments

Comments
 (0)