mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 05:38:12 +00:00
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.