dont cache deps

This commit is contained in:
Greyson Lalonde
2025-09-27 20:37:48 -04:00
parent 2b6fba8390
commit 2b85244b36
2 changed files with 26 additions and 26 deletions

View File

@@ -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