run_test.sh 134 B

123456789
  1. set -ex
  2. CONDA_SOLVER=libmamba conda create -n test --dry-run scipy
  3. conda create --solver libmamba -n test --dry-run scipy
  4. exit 0