re-add venv cache
This commit is contained in:
doms9 2026-01-26 02:26:47 -05:00
parent 0a22e41289
commit 00000d9290
2 changed files with 16 additions and 0 deletions

View file

@ -22,6 +22,14 @@ jobs:
with:
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
if: steps.check_time.outputs.run == 'true'
uses: astral-sh/setup-uv@v6