mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
ci: use python3
This commit is contained in:
4
.github/workflows/apps_automated.yml
vendored
4
.github/workflows/apps_automated.yml
vendored
@ -30,10 +30,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3'
|
||||||
|
|
||||||
- name: Install NativeScript
|
- name: Install NativeScript
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip six
|
python3 -m pip install --upgrade pip six
|
||||||
npm i -g nativescript --ignore-scripts --legacy-peer-deps
|
npm i -g nativescript --ignore-scripts --legacy-peer-deps
|
||||||
ns usage-reporting disable
|
ns usage-reporting disable
|
||||||
ns error-reporting disable
|
ns error-reporting disable
|
||||||
|
Reference in New Issue
Block a user