mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-17 14:49:39 +08:00
macos arm build: use python 3 instead of deprecated python 2
This commit is contained in:
parent
efe1772e8d
commit
6c1b0c3ae7
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user