diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index a3041ce32daae..f29888771f117 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,10 +30,13 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -e .[extra] -r requirements/pytorch/test.txt + set -xe + pip list + #pip uninstall torch + pip install .[extra] -r requirements/pytorch/test.txt + pip list env: PACKAGE_NAME: pytorch - FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: |