action.yml -> test explicit cache disable

This commit is contained in:
jdegenstein 2025-03-12 10:29:58 -05:00 committed by GitHub
parent e5fe5db6b4
commit 518d773be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ runs:
- name: Setup Python
uses: astral-sh/setup-uv@v5
with:
enable-cache: false
python-version: ${{ inputs.python-version }}
- name: Install Requirements
shell: bash