master
/ miniconda3 / pkgs / conda-libmamba-solver-23.5.0-py311h06a4308_0 / info / test / run_test.sh

run_test.sh @a8e0244

41a0142
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
set -ex



CONDA_SOLVER=libmamba conda create -n test --dry-run scipy
conda create --solver libmamba -n test --dry-run scipy
exit 0