From 291c096a1731cba172ec2e5c48bb1db25edededd Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 29 Sep 2023 14:46:57 -0700 Subject: [PATCH] Fix argument name of channels --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 3e7c3e4..95557fc 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -460,7 +460,7 @@ def run_plugin_actions(plugin_manager): ) ) conda.ensure_conda_packages( - USER_ENV_PREFIX, conda_packages, conda_channels=conda_channels + USER_ENV_PREFIX, conda_packages, channels=conda_channels ) # Install pip packages