mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 08:26:12 +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
Add a link
Reference in a new issue