mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 18:56:24 +00:00
yes2
This commit is contained in:
parent
0d25c62ab2
commit
f550d921be
2 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,10 @@ runs:
|
|||
- name: Run Integration Tests
|
||||
shell: bash
|
||||
run: |
|
||||
# TODO: make sure this virtual environment is the same as the one used in the setup-runner action
|
||||
VIRTUAL_ENV=github-actions-runner
|
||||
source $VIRTUAL_ENV/bin/activate
|
||||
|
||||
uv run --verbose --active ./scripts/integration-tests.sh \
|
||||
--stack-config '${{ inputs.stack-config }}' \
|
||||
--provider '${{ inputs.provider }}' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue