We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5671e commit 99eb9ecCopy full SHA for 99eb9ec
.github/workflows/windows-build.yml
@@ -74,14 +74,6 @@ jobs:
74
}
75
Write-Host "[PASS] python.exe found."
76
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
-
85
# Check 3: There must NOT be any .pdb files remaining.
86
$pdbFiles = Get-ChildItem -Path $runtimePath -Recurse -Filter "*.pdb"
87
if ($pdbFiles) {
0 commit comments