Cache pip

This commit is contained in:
Hugo 2019-11-17 13:51:42 +02:00
parent 45497c33b8
commit 324f4856fa

View File

@ -31,6 +31,15 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Cache
uses: actions/cache@v1
with:
path: ~\AppData\Local\pip\Cache
key:
${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.github/workflows/test-windows.yml') }}
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-
- name: Install PyPy
if: "contains(matrix.python-version, 'pypy')"
run: |