[ci] disable pip cache for ci (#9654)

This commit is contained in:
Yaowei Zheng
2025-12-23 18:37:40 +08:00
committed by GitHub
parent 1c8a42d2f8
commit 84485406b7
5 changed files with 19 additions and 13 deletions

View File

@@ -67,8 +67,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: "**/requirements*.txt"
- name: Install dependencies
run: |