Skip to content

Commit c536086

Browse files
committed
sudo install gdb
1 parent f07e27f commit c536086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/gpu-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
pip install bagua-cuda102==0.9.0
5757
pip install . --requirement requirements/devel.txt
5858
pip list
59-
apt-get update
60-
apt-get install -y gdb
59+
sudo apt-get update
60+
sudo apt-get install -y gdb
6161
displayName: 'Install dependencies'
6262
6363
- bash: |

0 commit comments

Comments
 (0)