diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index 85cf937364..8ef0f9a78f 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -283,6 +283,8 @@ jobs: - name: Build PTI && Run Proton tests if: matrix.suite == 'rest' run: | + # `intel-pti` can be installed in "Setup PyTorch" step with `pytorch_mode==wheels` + pip uninstall intel-pti -y PTI_COMMIT_ID="$(<.github/pins/pti.txt)" git clone https://github.com/intel/pti-gpu.git cd pti-gpu