Skip to content

Commit 99eb9ec

Browse files
author
Bryan Howard
committed
removed pip check
1 parent 9d5671e commit 99eb9ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/windows-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ jobs:
7474
}
7575
Write-Host "[PASS] python.exe found."
7676
77-
# Check 2: pip.exe must exist.
78-
$pipExePath = Join-Path $runtimePath "Scripts\pip.exe"
79-
if (-not (Test-Path $pipExePath)) {
80-
Write-Host "CRITICAL FAILURE: '$($pipExePath)' does not exist."
81-
exit 1
82-
}
83-
Write-Host "[PASS] pip.exe found."
84-
8577
# Check 3: There must NOT be any .pdb files remaining.
8678
$pdbFiles = Get-ChildItem -Path $runtimePath -Recurse -Filter "*.pdb"
8779
if ($pdbFiles) {

0 commit comments

Comments
 (0)