File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,6 @@ jobs:
111
111
done
112
112
cat requirements/pytorch/base.txt
113
113
114
- - name : pip wheels cache
115
- uses : actions/cache/restore@v4
116
- with :
117
- path : ${{ env.PYPI_CACHE_DIR }}
118
- key : pypi_wheels
119
- - run : |
120
- mkdir -p $PYPI_CACHE_DIR
121
- ls -lh $PYPI_CACHE_DIR
122
-
123
114
- name : Env. variables
124
115
run : |
125
116
# Switch PyTorch URL between stable and test/future
@@ -140,7 +131,8 @@ jobs:
140
131
--extra-index-url="${TORCH_URL}" \
141
132
--find-links="${PYPI_CACHE_DIR}" \
142
133
--find-links="https://download.pytorch.org/whl/torch-tensorrt"
143
- pip list
134
+ uv pip list
135
+
144
136
- name : Drop LAI from extensions
145
137
if : ${{ matrix.config.pkg-name != 'lightning' }}
146
138
# Lightning is dependency of Habana or other accelerators/integrations so in case we test PL we need to remove it
You can’t perform that action at this time.
0 commit comments