Skip to content

Commit e1e7a8c

Browse files
Add a separate step for the the uv warmup
1 parent 080c28d commit e1e7a8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ jobs:
108108
with:
109109
path: _build/_cache
110110
key: msvc-${{matrix.arch}}
111+
# This step only warms up the uv cache for the `build` group used by the
112+
# main build process
113+
- name: Prepare uv Environment
114+
shell: pwsh
115+
run: |
116+
Import-Module ./tools/uv
117+
[void](Get-UvEnvironment "--group=build")
111118
- name: Build & Test
112119
shell: pwsh
113120
# 17.* select VS 2022

0 commit comments

Comments
 (0)