mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
dd9bb9300a
commit
02a6376f13
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ $ uv pip install -e .
|
|||
$ source .venv/bin/activate
|
||||
```
|
||||
|
||||
Note that you can modify the existing `.env.dev` dotenv file for running tests via the following:
|
||||
Note that you can modify the existing `.env.dev` dotenv file for running client SDK tests via the following:
|
||||
```bash
|
||||
$ uv run --env-file .env.dev -- python <your-test-script>
|
||||
$ uv run --env-file .env.dev -- pytest -v tests/client-sdk/inference/test_text_inference.py
|
||||
```
|
||||
|
||||
## Pre-commit Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue