10000 Create the VHDX on D: drive · pypa/pip@a41b99a · GitHub
[go: up one dir, main page]

Skip to content

Commit a41b99a

Browse files
committed
Create the VHDX on D: drive
1 parent 3e9d652 commit a41b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/devdrive.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ param(
2323
$ErrorActionPreference = "Stop"
2424

2525
$OSVersion = [Environment]::OSVersion.Version
26-
$Partition = New-VHD -Path C:/pip_dev_drive.vhdx -SizeBytes $size |
26+
$Partition = New-VHD -Path D:/pip_dev_drive.vhdx -SizeBytes $size |
2727
Mount-VHD -Passthru |
2828
Initialize-Disk -Passthru |
2929
New-Partition -DriveLetter $drive -UseMaximumSize

0 commit comments

Comments
 (0)
0