mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
re-add venv cache
This commit is contained in:
parent
0a22e41289
commit
00000d9290
2 changed files with 16 additions and 0 deletions
8
.github/workflows/epg.yml
vendored
8
.github/workflows/epg.yml
vendored
|
|
@ -14,6 +14,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache venv
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: .venv
|
||||||
|
key: venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||||
|
restore-keys: |
|
||||||
|
venv-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
8
.github/workflows/m3u8.yml
vendored
8
.github/workflows/m3u8.yml
vendored
|
|
@ -22,6 +22,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache venv
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: .venv
|
||||||
|
key: venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||||
|
restore-keys: |
|
||||||
|
venv-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
if: steps.check_time.outputs.run == 'true'
|
if: steps.check_time.outputs.run == 'true'
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue