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

0 comments on commit 9ac10b4

Please sign in to comment.