Skip to content

Commit

Permalink
Fix: Remove unnecessary PATH modifications and use python -m uv consi…
Browse files Browse the repository at this point in the history
…stently

Co-Authored-By: [email protected] <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and nedtwigg committed Dec 11, 2024
1 parent d35cf98 commit 9377023
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
if: runner.os != 'Windows'
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "${HOME}/.local/bin" >> $GITHUB_PATH
python -m pip install uv
- name: Install uv (Windows)
if: runner.os == 'Windows'
shell: pwsh
Expand Down

0 comments on commit 9377023

Please sign in to comment.