From 619e5644f038f4814aadbdb77b2b2fb0f34e717f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 18 Oct 2023 09:04:59 +0200 Subject: [PATCH] Remove pip caching when setting up python in workflows to avoid errors --- .github/workflows/staging-create-infra.yml | 1 - .github/workflows/test-core-linux.yml | 1 - .github/workflows/tests-ui-linux.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/staging-create-infra.yml b/.github/workflows/staging-create-infra.yml index 65ca106d..63059479 100644 --- a/.github/workflows/staging-create-infra.yml +++ b/.github/workflows/staging-create-infra.yml @@ -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' diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index fad51313..6057bcc6 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -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 diff --git a/.github/workflows/tests-ui-linux.yml b/.github/workflows/tests-ui-linux.yml index c90bac95..67306c7c 100644 --- a/.github/workflows/tests-ui-linux.yml +++ b/.github/workflows/tests-ui-linux.yml @@ -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