From 4f3bd825123c6cd2d4a4b0ad814b7057b8bf3938 Mon Sep 17 00:00:00 2001 From: Tom Hampson Date: Fri, 27 Sep 2024 14:11:47 +0100 Subject: [PATCH] Pin mamba=1.5 in package-standalone environment Ideally we wouldn't be installing this outside the base env at all, but for the time being just pin it to a version that we know works. With v2.0 the --copy option has been removed. --- buildconfig/Jenkins/Conda/package-standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconfig/Jenkins/Conda/package-standalone b/buildconfig/Jenkins/Conda/package-standalone index ae204ecfb04e..2e7c4b588bd9 100755 --- a/buildconfig/Jenkins/Conda/package-standalone +++ b/buildconfig/Jenkins/Conda/package-standalone @@ -60,7 +60,7 @@ done # Mamba setup_mamba $WORKSPACE/mambaforge "package-standalone" -mamba install --yes mamba conda-build +mamba install --yes mamba=1.5 conda-build # Build packages # Setup a local conda channel to find our locally built packages package. It is