From 0f331a26f5e0f114022c737aeadb2d15ee431640 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 2 Jan 2024 12:55:49 +0100 Subject: [PATCH] Disable cache - temporarily - for pip --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08fd454a3..b99a9ec14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,8 +73,8 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: 'server/requirements/*.txt' +# cache: 'pip' +# cache-dependency-path: 'server/requirements/*.txt' - name: Display Python version run: | @@ -86,7 +86,7 @@ jobs: run: | python -m pip install pip setuptools wheel pip install --upgrade pip - pip install -r ./server/requirements/test.txt + pip install -r ./server/requirements/test.txt --no-cache-dir pip install flake8 # Setup tmate session