Skip to content

Commit b2a114d

Browse files
committed
Move virtual environment test context into main context
1 parent a813a1d commit b2a114d

File tree

6 files changed

+248
-336
lines changed

6 files changed

+248
-336
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- name: Create Dev Drive using ReFS
170170
run: |
171-
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 10GB |
171+
$Volume = New-VHD -Path C:/uv_dev_drive.vhdx -SizeBytes 12GB |
172172
Mount-VHD -Passthru |
173173
Initialize-Disk -Passthru |
174174
New-Partition -AssignDriveLetter -UseMaximumSize |
@@ -273,6 +273,7 @@ jobs:
273273
- uses: Swatinem/rust-cache@v2
274274
with:
275275
workspaces: ${{ env.DEV_DRIVE }}/uv/crates/uv-trampoline
276+
prefix_key: "v1"
276277
env:
277278
CARGO_HOME: ${{ env.DEV_DRIVE }}/.cargo
278279
RUSTUP_HOME: ${{ env.DEV_DRIVE }}/.rustup

0 commit comments

Comments
 (0)