File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ ${HOME}/miniconda3/bin/conda activate hexrd
3232# Install the libmamba solver (it is much faster)
3333${HOME} /miniconda3/bin/conda install -n base -c conda-forge conda-libmamba-solver
3434${HOME} /miniconda3/bin/conda config --set solver libmamba
35+ ${HOME} /miniconda3/bin/conda config --set conda_build.pkg_format 1 # force tar.bz2 files
36+
3537
3638# Remove anaconda telemetry (it is causing errors for us)
3739${HOME} /miniconda3/bin/conda remove -n base conda-anaconda-telemetry
Original file line number Diff line number Diff line change 6565 # and sometimes in the base environment. I don't know why.
6666 conda install --override-channels -c conda-forge conda-libmamba-solver
6767 conda config --env --set solver libmamba
68+ conda config --set conda_build.pkg_format 1 # force tar.bz2 files
6869 conda list
6970
7071 mkdir output
You can’t perform that action at this time.
0 commit comments