mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 07:14:19 +00:00
chore: use groups when running commands
Followup of https://github.com/meta-llama/llama-stack/pull/2287. We must use `--group` when running commands with uv. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
9b7f9db05c
commit
5c26b10c53
4 changed files with 6 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ export TOGETHER_API_KEY=<your_together_api_key>
|
|||
```
|
||||
then run
|
||||
```bash
|
||||
uv run --with-editable ".[dev]" python tests/verifications/generate_report.py --run-tests
|
||||
uv run python tests/verifications/generate_report.py --run-tests
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue