Skip to content

Commit f1d65e0

Browse files
committed
Update python-tests.yml
1 parent 1009423 commit f1d65e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
cache-dependency-glob: "uv.lock"
2727
- name: Install Python (pin to a wheel-friendly version)
2828
run: |
29-
uv python install 3.12
30-
uv python pin 3.12
29+
uv python install 3.12
30+
uv python pin 3.12
3131
3232
- name: Create virtualenv
3333
run: uv venv

0 commit comments

Comments
 (0)