Skip to content

Commit

Permalink
Merge pull request #35720 from mantidproject/pin_boa
Browse files Browse the repository at this point in the history
pin boa in conda packaging script
  • Loading branch information
SilkeSchomann committed Jun 22, 2023
2 parents c8c575d + 3808755 commit 291276d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildconfig/Jenkins/Conda/package-conda
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ done

# Mamba
setup_mamba $WORKSPACE/mambaforge "package-conda" true
mamba install --yes boa conda-verify versioningit
# boa 0.15.1 causes an issue with zstd import on Windows
mamba install --yes boa=0.14.0 conda-verify versioningit

# Clean up any legacy conda-recipes git clones
cd $WORKSPACE
Expand Down

0 comments on commit 291276d

Please sign in to comment.