From b7214ff01ee36a9d5496a3740dae1e66a0b54101 Mon Sep 17 00:00:00 2001 From: Cheng Date: Mon, 17 Nov 2025 08:19:59 +0900 Subject: [PATCH] Remove pip cache in GitHub Actions (#2776) * Correctly set pip cache key * [Debug] Try disabling pip cache --- .github/actions/setup-linux/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-linux/action.yml b/.github/actions/setup-linux/action.yml index 0661b283..6dc2efe9 100644 --- a/.github/actions/setup-linux/action.yml +++ b/.github/actions/setup-linux/action.yml @@ -33,7 +33,6 @@ runs: - uses: actions/setup-python@v6 with: python-version: ${{ inputs.python-version }} - cache: 'pip' - name: Setup Python venv shell: bash