Remove pip cache in GitHub Actions (#2776)

* Correctly set pip cache key

* [Debug] Try disabling pip cache
This commit is contained in:
Cheng
2025-11-17 08:19:59 +09:00
committed by GitHub
parent 76414c8971
commit b7214ff01e
-1
View File
@@ -33,7 +33,6 @@ runs:
- uses: actions/setup-python@v6
with:
python-version: ${{ inputs.python-version }}
cache: 'pip'
- name: Setup Python venv
shell: bash