Skip to content

Commit

Permalink
Merge pull request #38098 from mantidproject/pin_mamba_to_1.5
Browse files Browse the repository at this point in the history
Pin mamba=1.5 in package-standalone environment
  • Loading branch information
thomashampson committed Sep 27, 2024
2 parents 98cb2d3 + 4f3bd82 commit d51e7d3
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 d51e7d3

Please sign in to comment.