mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix argument name of channels
This commit is contained in:
@@ -460,7 +460,7 @@ def run_plugin_actions(plugin_manager):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
conda.ensure_conda_packages(
|
conda.ensure_conda_packages(
|
||||||
USER_ENV_PREFIX, conda_packages, conda_channels=conda_channels
|
USER_ENV_PREFIX, conda_packages, channels=conda_channels
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install pip packages
|
# Install pip packages
|
||||||
|
|||||||
Reference in New Issue
Block a user