Skip to content

Commit 2d88140

Browse files
committed
uninstall
1 parent f6e74c1 commit 2d88140

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure/hpu-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
3434
- bash: |
3535
pip --version
36-
.actions/assistant.py requirements_prune_pkgs torch,torchvision,torchtext
37-
pip install .["extra","test"] --force-reinstall
36+
pip uninstall -y pytorch-lightning
37+
.actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext
38+
pip install .["extra","test"]
3839
pip list
3940
env:
4041
PACKAGE_NAME: pytorch

0 commit comments

Comments
 (0)