From e8de5282f051ecb8844e9d7701bb4ca30023a005 Mon Sep 17 00:00:00 2001 From: "J. Borovec" Date: Mon, 27 Apr 2020 00:07:35 +0200 Subject: [PATCH] cache --- .github/workflows/ci-testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index f6200070..7a43fdb3 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -72,8 +72,6 @@ jobs: with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }} - name: Install dependencies run: |