mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-21 05:48:14 +00:00
dont cache deps
This commit is contained in:
2
.github/workflows/build-uv-cache.yml
vendored
2
.github/workflows/build-uv-cache.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install dependencies and populate cache
|
||||
run: |
|
||||
echo "Building global UV cache for Python ${{ matrix.python-version }}..."
|
||||
uv sync --all-groups --all-extras --no-install-project
|
||||
uv sync --all-groups --all-extras
|
||||
echo "Cache populated successfully"
|
||||
|
||||
- name: Save uv caches
|
||||
|
||||
Reference in New Issue
Block a user