mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 02:11:59 +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
|
|
@ -84,7 +84,7 @@ unit = [
|
|||
]
|
||||
# These are the core dependencies required for running integration tests. They are shared across all
|
||||
# providers. If a provider requires additional dependencies, please add them to your environment
|
||||
# separately. If you are using "uv" to execute your tests, you can use the "--with" flag to specify extra
|
||||
# separately. If you are using "uv" to execute your tests, you can use the "--group" flag to specify extra
|
||||
# dependencies.
|
||||
test = [
|
||||
"openai",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue