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

set -e

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

python -m torch.utils.collect_env
moto's avatar
moto committed
9
export PATH="${PWD}/third_party/install/bin/:${PATH}"
moto's avatar
moto committed
10
pytest --cov=torchaudio --junitxml=test-results/junit.xml -v --durations 20 test