Skip to content

Commit 97290dd

Browse files
committed
fix uninstall
1 parent bd8af9f commit 97290dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests-pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ jobs:
130130
- name: Drop LAI from extensions
131131
if: ${{ matrix.config.pkg-name != 'lightning' }}
132132
# Lightning is dependency of Habana or other accelerators/integrations so in case we test PL we need to remove it
133-
run: uv pip uninstall -y lightning
133+
run: uv pip uninstall lightning
134134

135135
- name: Drop PL for LAI
136136
if: ${{ matrix.config.pkg-name == 'lightning' }}
137-
run: uv pip uninstall -y pytorch-lightning
137+
run: uv pip uninstall pytorch-lightning
138138

139139
- name: Dump handy wheels
140140
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)