run_test.sh 144 Bytes
Newer Older
moto's avatar
moto committed
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -e

eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env

python -m torch.utils.collect_env
pytest -v test