Skip to content

Commit ee65b18

Browse files
committed
fix: install requirements.txt in Windows build stage to fix psutil import error
1 parent 0ffc0e5 commit ee65b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneBranchPipelines/stages/build-windows-single-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ stages:
131131
$ErrorActionPreference = "Stop"
132132
Write-Host "Installing Python dependencies..."
133133
python -m pip install --upgrade pip
134-
python -m pip install setuptools wheel pybind11 pytest pyodbc
134+
python -m pip install -r requirements.txt pyodbc
135135
Write-Host "Dependencies installed successfully"
136136
displayName: 'Install Python dependencies'
137137

0 commit comments

Comments
 (0)