Skip to content

Commit

Permalink
install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 committed Jan 18, 2025
1 parent 4a45c9e commit 531e165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker Build and Publish

on:
# push:
push:
workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 531e165

Please sign in to comment.