mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
Run notebook test as part of package publish to test-pypi
This commit is contained in:
parent
965644ce68
commit
f34dffaa27
2 changed files with 5362 additions and 5281 deletions
5
.github/workflows/publish-to-test-pypi.yml
vendored
5
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -228,5 +228,10 @@ jobs:
|
||||||
llama stack list-apis
|
llama stack list-apis
|
||||||
llama stack list-providers inference
|
llama stack list-providers inference
|
||||||
llama stack list-providers telemetry
|
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
|
# TODO: add trigger for integration test workflow & docker builds
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue