mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 20:27:14 +00:00
yes3
This commit is contained in:
parent
f550d921be
commit
be40df8a1b
3 changed files with 2 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ runs:
|
||||||
VIRTUAL_ENV=github-actions-runner
|
VIRTUAL_ENV=github-actions-runner
|
||||||
source $VIRTUAL_ENV/bin/activate
|
source $VIRTUAL_ENV/bin/activate
|
||||||
|
|
||||||
uv run --verbose --active ./scripts/integration-tests.sh \
|
uv run --verbose --active --no-sync ./scripts/integration-tests.sh \
|
||||||
--stack-config '${{ inputs.stack-config }}' \
|
--stack-config '${{ inputs.stack-config }}' \
|
||||||
--provider '${{ inputs.provider }}' \
|
--provider '${{ inputs.provider }}' \
|
||||||
--test-subdirs '${{ inputs.test-subdirs }}' \
|
--test-subdirs '${{ inputs.test-subdirs }}' \
|
||||||
|
|
|
||||||
|
|
@ -193,10 +193,6 @@ run() {
|
||||||
uv pip install $part
|
uv pip install $part
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking llama packages"
|
|
||||||
uv pip list | grep llama
|
|
||||||
|
|
||||||
if [ -n "$external_provider_deps" ]; then
|
if [ -n "$external_provider_deps" ]; then
|
||||||
IFS='#' read -ra parts <<<"$external_provider_deps"
|
IFS='#' read -ra parts <<<"$external_provider_deps"
|
||||||
for part in "${parts[@]}"; do
|
for part in "${parts[@]}"; do
|
||||||
|
|
|
||||||
|
|
@ -111,9 +111,7 @@ echo "Inference Mode: $INFERENCE_MODE"
|
||||||
echo "Test Pattern: $TEST_PATTERN"
|
echo "Test Pattern: $TEST_PATTERN"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "VIRTUAL_ENV: $VIRTUAL_ENV"
|
echo "Checking llama packages"
|
||||||
echo "Packages installed:"
|
|
||||||
uv pip list
|
|
||||||
uv pip list | grep llama
|
uv pip list | grep llama
|
||||||
|
|
||||||
# Check storage and memory before tests
|
# Check storage and memory before tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue