[CI] Fix macos smoke test uv cache issue (#28736)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin 2025-11-14 15:29:55 -05:00 committed by GitHub
parent 8977ffb5e6
commit f08eab2acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: |
requirements/**/*.txt
pyproject.toml
python-version: '3.12'
- name: Install dependencies