This commit is contained in:
Ashwin Bharambe 2025-08-18 14:56:14 -07:00
parent f550d921be
commit be40df8a1b
3 changed files with 2 additions and 8 deletions

View file

@ -40,7 +40,7 @@ runs:
VIRTUAL_ENV=github-actions-runner
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 }}' \
--provider '${{ inputs.provider }}' \
--test-subdirs '${{ inputs.test-subdirs }}' \

View file

@ -193,10 +193,6 @@ run() {
uv pip install $part
done
fi
echo "Checking llama packages"
uv pip list | grep llama
if [ -n "$external_provider_deps" ]; then
IFS='#' read -ra parts <<<"$external_provider_deps"
for part in "${parts[@]}"; do

View file

@ -111,9 +111,7 @@ echo "Inference Mode: $INFERENCE_MODE"
echo "Test Pattern: $TEST_PATTERN"
echo ""
echo "VIRTUAL_ENV: $VIRTUAL_ENV"
echo "Packages installed:"
uv pip list
echo "Checking llama packages"
uv pip list | grep llama
# Check storage and memory before tests