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 38fec01 commit fa21ca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ stages:
targetType: inline
script: |
pip3 install --upgrade setuptools
pip install cmake-build-extension
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down Expand Up @@ -210,7 +211,9 @@ stages:
inputs:
targetType: inline
script: |
pip install --upgrade setuptools
python --version
pip --version
easy_install --version
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down

0 comments on commit fa21ca8

Please sign in to comment.