From 39e8bc163132ebfea12c35a18eb53fa36ba6b4bb Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 17 Jan 2025 23:18:35 -0800 Subject: [PATCH] hmm --- .github/workflows/publish-to-docker.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index 5f747923c..c94457e25 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -108,11 +108,15 @@ jobs: exit 1 fi - - name: Run test on docker server - run: | pip install pytest pytest-md-report LLAMA_STACK_BASE_URL="http://localhost:8321" pytest -v tests/client-sdk/inference/test_inference.py --md-report --md-report-verbose=1 + + # - name: Run test on docker server + # run: | + # pip install pytest pytest-md-report + # LLAMA_STACK_BASE_URL="http://localhost:8321" pytest -v tests/client-sdk/inference/test_inference.py --md-report --md-report-verbose=1 + # - name: Push to dockerhub # run: | # TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")