Skip to content

Commit cebe322

Browse files
committed
Update cca_inline.py
1 parent e015579 commit cebe322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.control/hooks/cca_inline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def binder_config_file(self, source: Literal["conda", "apt", "bash"]) -> str:
111111
f"-e {path_to_root}{package_data[package_key]['path']['root']}"
112112
for package_key in package_keys
113113
]
114-
install = _import_module_from_path(self.repo_path / ".dev/install.py")
114+
install = _import_module_from_path(self.repo_path / ".devcontainer/install.py")
115115
_, self._binder_files = install.DependencyInstaller(package_data).run(
116116
packages=[package_key.removeprefix("pypkg_") for package_key in package_keys],
117117
build_platform="linux-64",

0 commit comments

Comments
 (0)