Files
nas-tools/.gitea/workflows
Gan, Jimmy 95ba45f4d4
Run Tests / Backend Tests (push) Failing after 13m48s
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Frontend Tests (push) Has been cancelled
fix: use pip cache instead of --no-cache-dir
- Remove --no-cache-dir flag that was forcing slow downloads
- Use pip's own cache directory at /tmp/pip-cache
- This allows pip to cache downloaded packages between runs
- Venv cache still works for when requirements don't change
- Should significantly speed up dependency installation
2026-04-06 22:23:38 +08:00
..