Run notebook test as part of package publish to test-pypi

This commit is contained in:
Hardik Shah 2025-01-15 17:56:01 -08:00
parent 965644ce68
commit f34dffaa27
2 changed files with 5362 additions and 5281 deletions

View file

@ -228,5 +228,10 @@ jobs:
llama stack list-apis
llama stack list-providers inference
llama stack list-providers telemetry
- name: Test Notebook
run: |
pip install pytest nbval
pytest -v -s --nbval-lax docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb
# TODO: add trigger for integration test workflow & docker builds

File diff suppressed because one or more lines are too long