diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceaa6bbd5..6bb6d0a12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,10 +46,6 @@ jobs: with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}- - ${{ runner.os }}-build- - ${{ runner.os }}- - if: steps.cache-node.outputs.cache-hit != 'true' run: npm install @@ -89,8 +85,6 @@ jobs: with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - if: steps.cache-python.outputs.cache-hit != 'true' run: pip install -r requirements.txt