Skip to content
Snippets Groups Projects
Commit 007fa2f0 authored by Nick Bearson's avatar Nick Bearson
Browse files

Mambaforge already has mamba installed, so this was unnecessary. In addition,...

Mambaforge already has mamba installed, so this was unnecessary. In addition, it was causing builds to fail due to an incompatibility between mamba & conda versions. Related ticket: https://github.com/mamba-org/mamba/issues/1706
parent 9afd3606
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,4 @@ RUN curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/downloa
echo ". $HOME/miniforge/etc/profile.d/conda.sh" >> ~/.bashrc && \
echo "conda activate base" >> ~/.bashrc
RUN /bin/bash -c "$HOME/miniforge/bin/conda install mamba -n base -c conda-forge"
RUN /bin/bash -c "$HOME/miniforge/bin/mamba env create -n build -f buildbucket_environment.yaml"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment