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
|
- name: Set Up Python
|
||||||
uses: actions/setup-python@v4.2.0
|
uses: actions/setup-python@v4.2.0
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: '3.9'
|
||||||
|
cache: pip
|
||||||
- name: Cache Dependencies
|
cache-dependency-path: '**/requirements*.txt'
|
||||||
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-
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue