forked from phoenix-oss/llama-stack-mirror
install uvx
This commit is contained in:
parent
b414fe5566
commit
7e1725f72b
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}}
|
type=semver,pattern={{version}}
|
||||||
|
|
||||||
- name: Install uv
|
- 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
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue