mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +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
|
name: Docker Build and Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
@ -110,6 +110,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run test on docker server
|
- name: Run test on docker server
|
||||||
run: |
|
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
|
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
|
# - name: Push to dockerhub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue