Skip to content

Commit 1489ff7

Browse files
committed
no pip cache
1 parent c382d3a commit 1489ff7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,6 @@ jobs:
111111
done
112112
cat requirements/pytorch/base.txt
113113
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-
123114
- name: Env. variables
124115
run: |
125116
# Switch PyTorch URL between stable and test/future
@@ -140,7 +131,8 @@ jobs:
140131
--extra-index-url="${TORCH_URL}" \
141132
--find-links="${PYPI_CACHE_DIR}" \
142133
--find-links="https://download.pytorch.org/whl/torch-tensorrt"
143-
pip list
134+
uv pip list
135+
144136
- name: Drop LAI from extensions
145137
if: ${{ matrix.config.pkg-name != 'lightning' }}
146138
# Lightning is dependency of Habana or other accelerators/integrations so in case we test PL we need to remove it

0 commit comments

Comments
 (0)