Remove caching configuration from uv setup step in test workflow
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 27s

This commit is contained in:
Sam 2025-05-31 20:11:08 -05:00
parent ebf276d250
commit 9ecbab5371

View File

@ -14,9 +14,6 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Set up Python
run: uv python install