forked from phoenix-oss/llama-stack-mirror
docs: fix broken test path in CONTRIBUTING.md (#1679)
# What does this PR do? fix broken test path in CONTRIBUTING.md Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
814eb75321
commit
141b3c14dd
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ LLAMA_STACK_CONFIG=
|
|||
|
||||
And then use this dotenv file when running client SDK tests via the following:
|
||||
```bash
|
||||
uv run --env-file .env -- pytest -v tests/api/inference/test_text_inference.py
|
||||
uv run --env-file .env -- pytest -v tests/integration/inference/test_text_inference.py
|
||||
```
|
||||
|
||||
## Pre-commit Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue