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