use python3

This commit is contained in:
Luis Ángel San Martín Rodríguez 2022-09-10 16:35:35 +02:00 committed by Luis Ángel San Martín
parent 6d851086ef
commit 2c52ad6b4c

View File

@ -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