mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 18:13:44 +00:00
fix(ci): use latest version of setup-uv and remove pin (#4299)
# What does this PR do? this commit puts aligns all 'setup-uv' instances to the latest version and removes the pin keeping several actions on a very old version Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
ee1e63e9b9
commit
c57c2ae562
2 changed files with 1 additions and 3 deletions
3
.github/actions/setup-runner/action.yml
vendored
3
.github/actions/setup-runner/action.yml
vendored
|
|
@ -13,10 +13,9 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
|
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
version: 0.7.6
|
|
||||||
|
|
||||||
- name: Configure client installation
|
- name: Configure client installation
|
||||||
id: client-config
|
id: client-config
|
||||||
|
|
|
||||||
1
.github/workflows/python-build-test.yml
vendored
1
.github/workflows/python-build-test.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
activate-environment: true
|
activate-environment: true
|
||||||
version: 0.7.6
|
|
||||||
|
|
||||||
- name: Build Llama Stack API package
|
- name: Build Llama Stack API package
|
||||||
working-directory: src/llama_stack_api
|
working-directory: src/llama_stack_api
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue