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

run_test.sh @a663dc1 raw · history · blame

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