File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
eval " $( ./conda/bin/conda shell.bash hook) "
6
6
conda activate ./env
7
7
8
+ export PYTORCH_TEST_WITH_SLOW=' 1'
8
9
python -m torch.utils.collect_env
9
- pytest --cov=torchvision --junitxml=test-results/junit.xml -v --durations 20 test --ignore=test/test_datasets_download.py
10
+ pytest --cov=torchvision --junitxml=test-results/junit.xml -v --durations 20 test --ignore=test/test_datasets_download.py
Original file line number Diff line number Diff line change 5
5
eval " $( ./conda/Scripts/conda.exe ' shell.bash' ' hook' ) "
6
6
conda activate ./env
7
7
8
+ export PYTORCH_TEST_WITH_SLOW=' 1'
8
9
python -m torch.utils.collect_env
9
- pytest --cov=torchvision --junitxml=test-results/junit.xml -v --durations 20 test --ignore=test/test_datasets_download.py
10
+ pytest --cov=torchvision --junitxml=test-results/junit.xml -v --durations 20 test --ignore=test/test_datasets_download.py
You can’t perform that action at this time.
0 commit comments