From 531e165a7b96c8bcc33163c4e96e95335ddfff01 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 17 Jan 2025 23:13:45 -0800 Subject: [PATCH] install pytest --- .github/workflows/publish-to-docker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index 05ead6e90..5f747923c 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -1,7 +1,7 @@ name: Docker Build and Publish on: - # push: + push: workflow_dispatch: inputs: version: @@ -110,6 +110,7 @@ jobs: - 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