chore: use uv caches (#32919)

Especially helpful for the text splitters tests where we're installing
pytorch (expensive and slow slow slow). Should speed up CI by 5-10 mins.

w/o caches, CI taking 20 minutes 😨 
w/ caches, CI taking 3 minutes
This commit is contained in:
Sydney Runkle
2025-09-12 10:29:35 -04:00
committed by GitHub
parent 0814bfe5ed
commit 84f9824cc9
9 changed files with 37 additions and 4 deletions

View File

@@ -145,6 +145,8 @@ jobs:
uses: "./.github/actions/uv_setup"
with:
python-version: ${{ matrix.job-configs.python-version }}
cache-suffix: extended-tests-${{ matrix.job-configs.working-directory }}
working-directory: ${{ matrix.job-configs.working-directory }}
- name: '📦 Install Dependencies & Run Extended Tests'
shell: bash