[ci] remove docker cache (#9640)

This commit is contained in:
Yaowei Zheng
2025-12-22 01:03:10 +08:00
committed by GitHub
parent 6ef9854713
commit 1f1f5a7d1b
2 changed files with 2 additions and 9 deletions

View File

@@ -73,8 +73,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
python -m pip install ".[torch,dev]"
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
python -m pip install ".[dev]"
- name: Install transformers
if: ${{ matrix.transformers }}