Skip to content

Commit f6e74c1

Browse files
committed
force
1 parent ac58035 commit f6e74c1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.azure/hpu-tests.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,8 @@ jobs:
3434
- bash: |
3535
pip --version
3636
.actions/assistant.py requirements_prune_pkgs torch,torchvision,torchtext
37-
pip install .["extra","test"] --user
37+
pip install .["extra","test"] --force-reinstall
3838
pip list
39-
find / -name "dist-packages"
40-
find / -name "site-packages"
41-
ls -lh /usr/local/lib/python3.8/dist-packages | grep lightning
42-
ls -lh /usr/lib/python3/dist-packages | grep lightning
43-
ls -lh /usr/lib/python2.7/dist-packages | grep lightning
44-
ls -lh /usr/lib/python3.8/site-packages | grep lightning
45-
ls -lh /root/.local/lib/python3.8/site-packages | grep lightning
46-
# fixme
47-
pip install pytorch-lightning
48-
pip list | grep lightning
4939
env:
5040
PACKAGE_NAME: pytorch
5141
FREEZE_REQUIREMENTS: 1

0 commit comments

Comments
 (0)