mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
[tune] Try to enable PTL, SKlearn tests (#11542)
This commit is contained in:
@@ -155,4 +155,4 @@ class PyTorchLightningIntegrationTest(unittest.TestCase):
|
||||
if __name__ == "__main__":
|
||||
import pytest
|
||||
import sys
|
||||
sys.exit(pytest.main(["-v", __file__]))
|
||||
sys.exit(pytest.main(sys.argv[1:] + ["-v", __file__]))
|
||||
|
||||
Reference in New Issue
Block a user