Skip to content

Commit

Permalink
sudo install gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Mar 27, 2022
1 parent f07e27f commit c536086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
pip install bagua-cuda102==0.9.0
pip install . --requirement requirements/devel.txt
pip list
apt-get update
apt-get install -y gdb
sudo apt-get update
sudo apt-get install -y gdb
displayName: 'Install dependencies'
- bash: |
Expand Down

0 comments on commit c536086

Please sign in to comment.