mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Update pip cache in publish-installers workflow
This commit is contained in:
parent
5ace9e163d
commit
90cf863305
1 changed files with 3 additions and 8 deletions
11
.github/workflows/publish-installers.yml
vendored
11
.github/workflows/publish-installers.yml
vendored
|
@ -54,14 +54,9 @@ jobs:
|
|||
- name: Set Up Python
|
||||
uses: actions/setup-python@v4.2.0
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
||||
- name: Cache Dependencies
|
||||
uses: actions/cache@v3.0.8
|
||||
with:
|
||||
path: ~\AppData\Local\pip\Cache
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('package/requirements-package.txt') }}
|
||||
restore-keys: ${{ runner.os }}-pip-
|
||||
python-version: '3.9'
|
||||
cache: pip
|
||||
cache-dependency-path: '**/requirements*.txt'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue