always execute integration test even if previous notebook tests failed

This commit is contained in:
Sixian Yi 2025-01-17 03:48:35 -08:00
parent ac5b3451b7
commit c6427ed32f

View file

@ -244,6 +244,7 @@ jobs:
pytest -v -s --nbval-lax ./docs/notebooks/Llama_Stack_Benchmark_Evals.ipynb
- name: Integration tests
if: always()
run: |
pip install -U \
torch torchvision \