Skip to content

Commit c528248

Browse files
committed
fire & sudo
1 parent 9b6205c commit c528248

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure/hpu-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040
displayName: 'Instance HW info'
4141
4242
- bash: |
43+
set -e
4344
pip --version
44-
pip uninstall -y lightning pytorch-lightning
45-
.actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext
45+
sudo pip uninstall -y lightning pytorch-lightning
46+
pip install fire
47+
python .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext
4648
pip install .["extra","test"]
4749
pip list
4850
env:

0 commit comments

Comments
 (0)