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 bbddace commit aad9f1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ stages:
script: |
pip --version
pip3 --version
pip install --upgrade setuptools==59.8.0
pip list
pip install --upgrade setuptools
pip list
git submodule update --init
if ( !( Test-Path deps ) ) {
mkdir deps
Expand Down

0 comments on commit aad9f1f

Please sign in to comment.