Skip to content

Commit cf9682a

Browse files
committed
build(uv): improve build times
1 parent 6a66c51 commit cf9682a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
env:
6363
PREFERRED_PATCH_APPS: ${{ inputs.PREFERRED_PATCH_APPS }}
6464
run: |
65-
python -m pip install --upgrade pip
66-
pip install -r requirements.txt
65+
python -m pip install uv
66+
uv pip install --system -r requirements.txt
6767
6868
- name: Override Patch apps
6969
if: ${{ inputs.PREFERRED_PATCH_APPS }}

0 commit comments

Comments
 (0)