Skip to content

Commit 9377023

Browse files
Fix: Remove unnecessary PATH modifications and use python -m uv consistently
Co-Authored-By: [email protected] <[email protected]>
1 parent d35cf98 commit 9377023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
if: runner.os != 'Windows'
2727
shell: bash
2828
run: |
29-
curl -LsSf https://astral.sh/uv/install.sh | sh
30-
echo "${HOME}/.local/bin" >> $GITHUB_PATH
29+
python -m pip install uv
3130
- name: Install uv (Windows)
3231
if: runner.os == 'Windows'
3332
shell: pwsh

0 commit comments

Comments
 (0)