From 0971cb02268e1e7038735d727e242eb4e6acf274 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Thu, 16 Jan 2025 11:09:07 -0800 Subject: [PATCH] fix gh actions --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index a2309790f..2e71f3f3b 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -238,7 +238,7 @@ jobs: - name: Test Notebook run: | pip install pytest nbval - llama stack build --template fireworks --image-type venv + llama stack build --template together --image-type venv pytest -v -s --nbval-lax ./docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb # TODO: add trigger for integration test workflow & docker builds