We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffc0e5 commit ee65b18Copy full SHA for ee65b18
OneBranchPipelines/stages/build-windows-single-stage.yml
@@ -131,7 +131,7 @@ stages:
131
$ErrorActionPreference = "Stop"
132
Write-Host "Installing Python dependencies..."
133
python -m pip install --upgrade pip
134
- python -m pip install setuptools wheel pybind11 pytest pyodbc
+ python -m pip install -r requirements.txt pyodbc
135
Write-Host "Dependencies installed successfully"
136
displayName: 'Install Python dependencies'
137
0 commit comments