Files
crewAI/.github/workflows
Matt Aitchison 19b9b9da23 ci: drop artifact approach, use setup-uv caching directly
tar czf on the venv was taking too long (gzip is single-threaded).
Simpler approach: each test job installs with setup-uv's built-in
cache. With warm cache, uv sync --frozen takes ~10-15s which is
faster than tar + upload + download + extract.
2026-02-25 16:23:45 -06:00
..