forked from phoenix-oss/llama-stack-mirror
install uvx
Some checks failed
Build and Push container / build_concierge_backend (push) Failing after 2m17s
Some checks failed
Build and Push container / build_concierge_backend (push) Failing after 2m17s
This commit is contained in:
parent
8e20d934e2
commit
a573b04365
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -54,7 +54,10 @@ jobs:
|
|||
type=semver,pattern={{version}}
|
||||
|
||||
- name: Install uv
|
||||
run: pipx install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
with:
|
||||
# Install a specific version of uv.
|
||||
version: "0.7.8"
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue