We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8af9f commit 97290ddCopy full SHA for 97290dd
.github/workflows/ci-tests-pytorch.yml
@@ -130,11 +130,11 @@ jobs:
130
- name: Drop LAI from extensions
131
if: ${{ matrix.config.pkg-name != 'lightning' }}
132
# 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
+ run: uv pip uninstall lightning
134
135
- name: Drop PL for LAI
136
if: ${{ matrix.config.pkg-name == 'lightning' }}
137
- run: uv pip uninstall -y pytorch-lightning
+ run: uv pip uninstall pytorch-lightning
138
139
- name: Dump handy wheels
140
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
0 commit comments