Disable restore keys in CI caching.

This commit is contained in:
Zied Aouini 2021-04-16 14:51:49 +02:00
parent ed7ec3f568
commit 73d8837ee8

View file

@ -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: |