def manipulate_search_path(self, search_path: ConfigSearchPath) -> None: # prepend search path to override env default search_path.prepend( provider="test-env-defaults", path="pkg://hydra_plugins.env_defaults.conf", anchor="hydra", )
def manipulate_search_path(self, search_path: ConfigSearchPath) -> None: search_path.prepend(provider="vissl", path="pkg://configs") search_path.prepend(provider="vissl", path="file://configs")
def manipulate_search_path(self, search_path: ConfigSearchPath) -> None: search_path.prepend(provider=cls.__name__, path=str(config_dir.resolve()))
def manipulate_search_path(self, search_path: ConfigSearchPath) -> None: search_path.append(provider="gale", path="pkg://gale.conf") search_path.prepend(provider="gale", path="pkg://references") search_path.prepend(provider="gale", path="pkg://conf")