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 aa8f946 commit 2b1883b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ stages:
inputs:
targetType: inline
script: |
pip install setuptools
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down Expand Up @@ -209,6 +210,7 @@ stages:
inputs:
targetType: inline
script: |
pip install setuptools
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down

0 comments on commit 2b1883b

Please sign in to comment.