try to cache pip installation

This commit is contained in:
Jonathan Wren 2020-11-07 13:17:38 -08:00
parent 22692a3bee
commit 53565c216c
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -27,6 +27,7 @@ jobs:
with:
path: |
.venv
~/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}
- name: Install dependencies
run: |