Remove pip caching when setting up python in workflows to avoid errors

This commit is contained in:
Théophile Diot 2023-10-18 09:04:59 +02:00
parent 7598dbc54b
commit 619e5644f0
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
3 changed files with 0 additions and 3 deletions

View File

@ -34,7 +34,6 @@ jobs:
if: inputs.TYPE != 'k8s'
with:
python-version: "3.11"
cache: "pip"
- name: Install ansible
run: pip install --no-cache-dir --require-hashes -r misc/requirements-ansible.txt
if: inputs.TYPE != 'k8s'

View File

@ -21,7 +21,6 @@ jobs:
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: "3.11"
cache: "pip"
- name: Install Firefox manually and dependencies
run: |
sudo apt purge -y firefox

View File

@ -18,7 +18,6 @@ jobs:
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: "3.11"
cache: "pip"
- name: Install Firefox manually and dependencies
run: |
sudo apt purge -y firefox