Skip to content

Commit

Permalink
Merge pull request #2285 from sebassem/main
Browse files Browse the repository at this point in the history
Upgrading pip for AIO
  • Loading branch information
sebassem authored Nov 15, 2023
2 parents d4d15e8 + e6ba223 commit 7bf262d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ Remove-Item -Path $output -Force
# Install pip packages
##############################################################
Write-Host "Installing pip packages"
python -m pip install --upgrade pip
foreach ($package in $aioConfig.PipPackagesList) {
Write-Host "Installing $package"
& pip install -q $package
Expand Down

0 comments on commit 7bf262d

Please sign in to comment.