mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +00:00
always execute integration test even if previous notebook tests failed
This commit is contained in:
parent
ac5b3451b7
commit
c6427ed32f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-to-test-pypi.yml
vendored
1
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -244,6 +244,7 @@ jobs:
|
||||||
pytest -v -s --nbval-lax ./docs/notebooks/Llama_Stack_Benchmark_Evals.ipynb
|
pytest -v -s --nbval-lax ./docs/notebooks/Llama_Stack_Benchmark_Evals.ipynb
|
||||||
|
|
||||||
- name: Integration tests
|
- name: Integration tests
|
||||||
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
pip install -U \
|
pip install -U \
|
||||||
torch torchvision \
|
torch torchvision \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue