run_test.sh 79 B

123456789
  1. set -ex
  2. pip check
  3. conda create -v --dry-run -n requests-test numpy
  4. exit 0