Skip to content

Commit

Permalink
Pin mamba=1.5 in package-standalone environment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomashampson committed Sep 27, 2024
1 parent 98cb2d3 commit 4f3bd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/Jenkins/Conda/package-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f3bd82

Please sign in to comment.