Skip to content

Commit 52e1996

Browse files
committed
Update cca_inline.py
1 parent aa66782 commit 52e1996

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
@@ -112,7 +112,7 @@ def binder_config_file(self, source: Literal["conda", "apt", "bash"]) -> str:
112112
]
113113
install = _import_module_from_path(self.repo_path / ".dev/install.py")
114114
_, self._binder_files = install.DependencyInstaller(package_data).run(
115-
packages=package_keys,
115+
packages=[package_key.removeprefix("pypkg_") for package_key in package_keys],
116116
build_platform="linux-64",
117117
target_platform="linux-64",
118118
# Oldest supported Python version, since repo2docker does not support brand new Python versions.

0 commit comments

Comments
 (0)