Skip to content

Commit

Permalink
Refactor generate PR workflow to install uv dependency with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 committed Oct 23, 2024
1 parent d2a83d4 commit c1c5d7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
restore-keys: |
${{ runner.os }}-uv-
- name: Install dependencies with uv
- name: Install uv
run: |
uv install
python -m pip install --upgrade pip
pip install uv
- name: Generate PR Title and Description
env:
Expand Down

0 comments on commit c1c5d7d

Please sign in to comment.