mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
try to cache pip installation
This commit is contained in:
parent
22692a3bee
commit
53565c216c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python-app.yml
vendored
1
.github/workflows/python-app.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
.venv
|
||||
~/.cache/pip
|
||||
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue