diff --git a/docs/testing.md b/docs/testing.md index 570c9c8696..474b6fa0b1 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -7,11 +7,8 @@ Unit tests require 2 GPUs to test the full suite. ::: ```sh -# Install the project and the test dependencies -uv pip install -e '.[test]' - # Run the unit tests using local GPUs -uv run bash tests/run_unit.sh +uv run --group test bash tests/run_unit.sh ``` :::{note}