Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f08eab2a
Unverified
Commit
f08eab2a
authored
Nov 14, 2025
by
Michael Goin
Committed by
GitHub
Nov 14, 2025
Browse files
[CI] Fix macos smoke test uv cache issue (#28736)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
8977ffb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.github/workflows/macos-smoke-test.yml
.github/workflows/macos-smoke-test.yml
+4
-1
No files found.
.github/workflows/macos-smoke-test.yml
View file @
f08eab2a
...
@@ -11,9 +11,12 @@ jobs:
...
@@ -11,9 +11,12 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
astral-sh/setup-uv@v
4
-
uses
:
astral-sh/setup-uv@v
7
with
:
with
:
enable-cache
:
true
enable-cache
:
true
cache-dependency-glob
:
|
requirements/**/*.txt
pyproject.toml
python-version
:
'
3.12'
python-version
:
'
3.12'
-
name
:
Install dependencies
-
name
:
Install dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment