Skip to content

Commit ab8170a

Browse files
authored
Apply suggestion from @anmyachev
1 parent 44b4ab3 commit ab8170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
if: matrix.suite == 'rest'
285285
run: |
286286
# `intel-pti` can be installed in "Setup PyTorch" step with `pytorch_mode==wheels`
287-
pip uninstall intel-pti
287+
pip uninstall intel-pti -y
288288
PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
289289
git clone https://github.com/intel/pti-gpu.git
290290
cd pti-gpu

0 commit comments

Comments
 (0)