ci: use python3

This commit is contained in:
Igor Randjelovic
2023-04-04 21:57:19 +02:00
committed by GitHub
parent 2fe1bc3de7
commit 2f9e5c0b84

View File

@ -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