You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .azure-pipelines/gpu-tests.yml
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,9 @@ jobs:
55
55
displayName: 'Image info & NVIDIA'
56
56
57
57
- bash: |
58
-
export GIT_TERMINAL_PROMPT=1
59
-
#sudo apt-get install -y cmake
60
-
# python -m pip install "pip==20.1"
61
-
pip install --requirement requirements.txt
62
58
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'horovod' not in line] ; open(fname, 'w').writelines(lines)"
0 commit comments