mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Combine package requirements into single file
This commit is contained in:
parent
60920101bf
commit
81d8d5e1ae
4 changed files with 12 additions and 15 deletions
4
.github/workflows/publish-installers.yml
vendored
4
.github/workflows/publish-installers.yml
vendored
|
@ -59,13 +59,13 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~\AppData\Local\pip\Cache
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles(format('package/requirements-{0}.txt', matrix.os)) }}
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('package/requirements-package.txt') }}
|
||||
restore-keys: ${{ runner.os }}-pip-
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r package/requirements-${{ matrix.os }}.txt
|
||||
pip install -r package/requirements-package.txt
|
||||
|
||||
- name: Build Package
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue