Skip to content

Commit 232e8e2

Browse files
committed
refator(CI): Update the conda packages to the latest
See merge request Karabo/Framework!9781
2 parents 682431f + fc0217b commit 232e8e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/miniforge/builder/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def create_devenv(self, recipe):
292292
self.clean_environment(name=recipe)
293293
os.environ["XFEL_CONDA_CHANNEL"] = self.args.channel
294294
command_run(
295-
["conda", "run", "-n", "base", "conda", "devenv", "--file",
295+
["conda", "run", "-n", "base", "conda-devenv", "--file",
296296
self.devenv_path(recipe)])
297297

298298
def build_recipe_from_base(self, recipe):

ci/miniforge/builder/mirrors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def _populate_mirror(self, mirror, platform, conf_file, target_dir):
148148

149149
print(f"Mirroring channel {mirror.name}...")
150150
conda_run_command([
151-
"conda", "mirror", "--source", mirror.original_repo,
151+
"conda-mirror", "--source", mirror.original_repo,
152152
"--destination", target_mirror_directory,
153153
"--subdir", platform,
154154
"--config", str(conf_file)],

0 commit comments

Comments
 (0)