File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
fi
40
40
41
41
# Create Conda Env
42
- conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
42
+ conda create -yp ci_env --quiet python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
43
43
conda activate /work/ci_env
44
44
45
45
# Install PyTorch, Torchvision, and testing libraries
50
50
-c nvidia "pytorch-${CHANNEL}"::pytorch[build="*${VERSION}*"] \
51
51
"${CUDATOOLKIT}"
52
52
python3 setup.py develop
53
- python3 -m pip install pytest pytest-mock 'av<10'
53
+ python3 -m pip install --progress-bar=off pytest pytest-mock 'av<10'
54
54
55
55
# Run Tests
56
56
python3 -m torch.utils.collect_env
57
- python3 -m pytest --junitxml=test-results/junit.xml -v - -durations 20
57
+ python3 -m pytest --junitxml=test-results/junit.xml --durations 20
Original file line number Diff line number Diff line change 43
43
fi
44
44
45
45
# Create Conda Env
46
- conda create -yp ci_env python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
46
+ conda create -yp ci_env --quiet python="${PYTHON_VERSION}" numpy libpng jpeg scipy 'ffmpeg<4.3'
47
47
conda activate /work/ci_env
48
48
49
49
# Install PyTorch, Torchvision, and testing libraries
54
54
-c nvidia "pytorch-${CHANNEL}"::pytorch[build="*${VERSION}*"] \
55
55
"${CUDATOOLKIT}"
56
56
python3 setup.py develop
57
- python3 -m pip install pytest pytest-mock 'av<10'
57
+ python3 -m pip install --progress-bar=off pytest pytest-mock 'av<10'
58
58
59
59
# Run Tests
60
60
python3 -m torch.utils.collect_env
61
- python3 -m pytest --junitxml=test-results/junit.xml -v - -durations 20
61
+ python3 -m pytest --junitxml=test-results/junit.xml --durations 20
You can’t perform that action at this time.
0 commit comments