Skip to content

Commit 8987b70

Browse files
committed
fix: use python version in uv pip install
uv does not use python pre-releases by default anymore. Use the same version as setup-python to ensure that we use the same python.
1 parent c938c4f commit 8987b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Install dependencies
6969
run: |
70-
uv pip install --system ".[test]"
70+
uv pip install --system --python ${{ matrix.python_version }} ".[test]"
7171
7272
- name: Generate a sample project
7373
run: |

0 commit comments

Comments
 (0)