Fix pytest verbosity for prime-rl ci

Signed-off-by: Michael Goin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-10-13 19:06:33 -06:00
committed by GitHub
parent 8317f72354
commit 38cf8237d4

View File

@ -54,6 +54,6 @@ echo "Prime-RL integration test environment setup complete!"
echo "Running Prime-RL integration tests..."
export WANDB_MODE=offline # this makes this test not require a WANDB_API_KEY
uv run pytest -vs tests/integration/test_rl.py -m gpu
uv run pytest -v -s tests/integration/test_rl.py -m gpu
echo "Prime-RL integration tests completed!"