macos arm build: use python 3 instead of deprecated python 2

This commit is contained in:
Clem Fern 2023-11-15 22:25:26 +01:00
parent efe1772e8d
commit 6c1b0c3ae7

View File

@ -53,7 +53,8 @@ jobs:
- name: Install deps
run: |
sudo -H pip install setuptools
sudo -H pip3 install setuptools
npm config set python python3
sudo npm i -g yarn@1.22.1
yarn --network-timeout 1000000
env: