Skip to content

Commit 5f7ccc1

Browse files
authored
Fix Proton tests when PyTorch is installed with pytorch_mode==wheels (#5381)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 6000ece commit 5f7ccc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ jobs:
283283
- name: Build PTI && Run Proton tests
284284
if: matrix.suite == 'rest'
285285
run: |
286+
# `intel-pti` can be installed in "Setup PyTorch" step with `pytorch_mode==wheels`
287+
pip uninstall intel-pti -y
286288
PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
287289
git clone https://github.com/intel/pti-gpu.git
288290
cd pti-gpu

0 commit comments

Comments
 (0)