mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +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
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3'
|
||||
|
||||
- name: Install NativeScript
|
||||
run: |
|
||||
python -m pip install --upgrade pip six
|
||||
python3 -m pip install --upgrade pip six
|
||||
npm i -g nativescript --ignore-scripts --legacy-peer-deps
|
||||
ns usage-reporting disable
|
||||
ns error-reporting disable
|
||||
|
Reference in New Issue
Block a user