From b1a38ad1b0a33fae80bb2d921fb3a7667e828486 Mon Sep 17 00:00:00 2001 From: Sixian Yi Date: Fri, 17 Jan 2025 17:42:24 -0800 Subject: [PATCH] test --- .github/workflows/publish-to-test-pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index a32dadee0..bad41e29a 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -249,4 +249,5 @@ jobs: run: | llama stack build --template fireworks --image-type venv llama stack build --template together --image-type venv + pip install pytest_html pytest ./llama_stack/providers/tests/ --config=github_ci_test_config.yaml