From f2686275a3a464f6d1442a83771ac237fcf8c89d Mon Sep 17 00:00:00 2001 From: Sixian Yi Date: Fri, 17 Jan 2025 17:31:10 -0800 Subject: [PATCH] test --- .github/workflows/publish-to-test-pypi.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index fbe6fbb11..a91d82972 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -246,12 +246,6 @@ jobs: - name: Integration tests if: always() run: | - pip install -U \ - torch torchvision \ - pytest pytest_asyncio \ - fairscale lm-format-enforcer \ - zmq chardet pypdf \ - pandas sentence_transformers together \ - aiosqlite groq fireworks-ai \ - pytest-asyncio pytest_html + llama stack build --template fireworks --image-type venv + llama stack build --template together --image-type venv pytest ./llama_stack/providers/tests/ --config=github_ci_test_config.yaml