From 94b9e9a4b243ac42bee6dfdcadfee89737d9b802 Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Tue, 11 Oct 2022 09:12:46 -0400 Subject: [PATCH] Delay installation of Python --- packaging/package.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packaging/package.py b/packaging/package.py index 183327904..80934fe98 100644 --- a/packaging/package.py +++ b/packaging/package.py @@ -145,10 +145,7 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold Conda.run_command( Conda.Commands.CREATE, - '--prefix', env_prefix, - '--override-channels', - *channels, - 'python=3.10' + '--prefix', env_prefix ) hexrdgui_output_folder_uri = Path(hexrdgui_output_folder).absolute().as_uri()