Skip to content

Commit 01babb0

Browse files
Revert "cI: attempt again to use uv to install python"
This reverts commit b30f227.
1 parent 05bb7a3 commit 01babb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ jobs:
8787
enable-cache: true
8888
python-version: ${{ matrix.python-version }}
8989

90-
- name: install python
90+
- name: setup python
9191
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
92-
run: uv python install ${{ matrix.python-version }}
92+
uses: actions/setup-python@v5
93+
with:
94+
python-version: ${{ matrix.python-version }}
9395

9496
- name: install dependencies
9597
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}

0 commit comments

Comments
 (0)