We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0c93c commit ad80696Copy full SHA for ad80696
torchx/runtime/hpo/test/ax_test.py
@@ -32,13 +32,6 @@
32
from torchx.specs import RunConfig
33
34
35
-def is_ci() -> bool:
36
- import os
37
-
38
- return os.getenv("GITHUB_ACTIONS") is not None
39
40
41
-@unittest.skipIf(is_ci(), "re-enable when a new version of ax-platform releases")
42
class TorchXSchedulerTest(unittest.TestCase):
43
def setUp(self) -> None:
44
self.test_dir = tempfile.mkdtemp("torchx_runtime_hpo_ax_test")
0 commit comments