install pytest

This commit is contained in:
Xi Yan 2025-01-17 23:13:45 -08:00
parent 4a45c9e714
commit 531e165a7b

View file

@ -1,7 +1,7 @@
name: Docker Build and Publish
on:
# push:
push:
workflow_dispatch:
inputs:
version:
@ -110,6 +110,7 @@ jobs:
- name: Run test on docker server
run: |
pip install pytest pytest-md-report
LLAMA_STACK_BASE_URL="http://localhost:8321" pytest -v tests/client-sdk/inference/test_inference.py --md-report --md-report-verbose=1
# - name: Push to dockerhub