Skip to content

Commit

Permalink
[build-command] Use uv to install Python deps for CI (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored May 20, 2024
1 parent c84ddeb commit 31274b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
python-version-file: '.python-version' # Read python version from a file .python-version
# Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry.
cache: pip # optional
- run: pip install -r .config/python/dev/requirements.txt
- run: python -m pip install uv
- run: uv pip install --system -r .config/python/dev/requirements.txt
- name: Create comment starting build.sh
uses: peter-evans/create-or-update-comment@v4
with:
Expand Down

0 comments on commit 31274b9

Please sign in to comment.