mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
install pytest
This commit is contained in:
parent
4a45c9e714
commit
531e165a7b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-to-docker.yml
vendored
3
.github/workflows/publish-to-docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue