Unverified Commit f08eab2a authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

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


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 8977ffb5
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment