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 10, 2023
1 parent 9ac10b4 commit 38fec01
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,7 +125,7 @@ stages:
inputs:
targetType: inline
script: |
python -m pip install -U pip setuptools
pip3 install --upgrade setuptools
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down Expand Up @@ -210,7 +210,7 @@ stages:
inputs:
targetType: inline
script: |
python -m pip install -U pip setuptools
pip install --upgrade setuptools
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down

0 comments on commit 38fec01

Please sign in to comment.