From 2c52ad6b4c34b67148908d3a536a5da81285cda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Sat, 10 Sep 2022 16:35:35 +0200 Subject: [PATCH] use python3 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bd26c42c..bb22fe4e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -95,8 +95,8 @@ jobs: vmImage: 'macOS-latest' steps: - script: | - pip install aqtinstall - python -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia + pip3 install aqtinstall + python3 -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia brew install create-dmg brew install node brew link --overwrite node