Skip to content

Commit 2e1eb5b

Browse files
test delte cache
1 parent e87813c commit 2e1eb5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/_unit_test_coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ jobs:
239239
else
240240
echo "Warning: tests/plugins directory not found, skipping setup.py install"
241241
fi
242+
python -m pip cache remove transformers
243+
python -m pip cache remove paddleformers
244+
python -m pip cache remove fastdeploy-gpu
242245
python -m pip install paddleformers[paddlefleet]==1.1.0.dev20260507 --extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cu126/ --extra-index-url https://www.paddlepaddle.org.cn/packages/nightly/cu126/
243246
python -m pip uninstall paddlepaddle-gpu -y || true
244247
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/

0 commit comments

Comments
 (0)