mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 21:59:49 +00:00
make a separate venv
This commit is contained in:
parent
aeb4d0ee62
commit
9c9f83540f
1 changed files with 4 additions and 0 deletions
4
.github/actions/setup-runner/action.yml
vendored
4
.github/actions/setup-runner/action.yml
vendored
|
|
@ -22,6 +22,10 @@ runs:
|
|||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
VENV_NAME="github-actions-runner"
|
||||
uv venv $VENV_NAME
|
||||
source $VENV_NAME/bin/activate
|
||||
|
||||
uv sync --all-groups
|
||||
uv pip install ollama faiss-cpu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue