Skip to content

Commit

Permalink
azure-pipelines.yml: Fixing missing setuptools package.
Browse files Browse the repository at this point in the history
Signed-off-by: bia1708 <[email protected]>
  • Loading branch information
bia1708 committed Oct 11, 2023
1 parent a20dc01 commit 0f3bd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ stages:
inputs:
targetType: inline
script: |
pip uninstall setuptools -y
pip3 uninstall setuptools -y
$location=$pwd
get-childitem c:\hostedtoolcache\windows\python\3.9.13\x64
cd "c:\hostedtoolcache\windows\python\3.9.13\x64\Scripts"
pip install -U setuptools
pip3 install -U setuptools
cd $location
git submodule update --init
if ( !( Test-Path deps ) ) {
Expand Down

0 comments on commit 0f3bd7a

Please sign in to comment.