mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 07:07:16 +00:00
macos arm build: use python 3 instead of deprecated python 2
This commit is contained in:
parent
efe1772e8d
commit
6c1b0c3ae7
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue