Skip to content

Commit 08056ed

Browse files
committed
Try a couple more libmamba instructions
Signed-off-by: Patrick Avery <[email protected]>
1 parent 4866d09 commit 08056ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold
128128
config.variant['hexrd_version'] = hexrd_version
129129

130130
config.CONDA_PY = '38'
131+
config.CONDA_SOLVER = 'libmamba'
131132
logger.info('Building hexrdgui conda package.')
132133
CondaBuild.build(recipe_path, config=config)
133134

@@ -155,6 +156,7 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold
155156
params = [
156157
Conda.Commands.INSTALL,
157158
'--prefix', env_prefix,
159+
'--solver', 'libmamba',
158160
'--override-channels',
159161
'--channel', hexrdgui_output_folder_uri,
160162
'--channel', hexrd_package_channel,

0 commit comments

Comments
 (0)