Compare commits

...

1 Commits

Author SHA1 Message Date
38cf8237d4 Fix pytest verbosity for prime-rl ci
Signed-off-by: Michael Goin <mgoin64@gmail.com>
2025-10-13 19:06:33 -06:00

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!"