Skip to content

Commit 7580f50

Browse files
committed
Pick misc infra ray extras (fix test).
Signed-off-by: Peter Jin <[email protected]>
1 parent 93c0273 commit 7580f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_global_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _mock_versions_for_testing(self, monkeypatch: MonkeyPatch) -> Dict[str, str]
4242
monkeypatch.setattr(nemo_gym.global_config, "python_version", python_version_mock)
4343

4444
return {
45-
"head_server_deps": ["ray==test ray version", "openai==test openai version"],
45+
"head_server_deps": ["ray[default]==test ray version", "openai==test openai version"],
4646
"python_version": "test python version",
4747
}
4848

0 commit comments

Comments
 (0)