Remove pip cache in GitHub Actions (#2776)
* Correctly set pip cache key * [Debug] Try disabling pip cache
This commit is contained in:
@@ -33,7 +33,6 @@ runs:
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
cache: 'pip'
|
||||
|
||||
- name: Setup Python venv
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user