From 73d8837ee80da0161a96f99a7cecf28d0cd2fdc1 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Fri, 16 Apr 2021 14:51:49 +0200 Subject: [PATCH] Disable restore keys in CI caching. --- .github/workflows/build_and_publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 7c7a700..d06b513 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -34,8 +34,6 @@ jobs: with: path: .cache/pip key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/ci_requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - name: Install ubuntu Prerequisites if: startsWith(matrix.os, 'ubuntu') run: |