Skip to content

Commit a0aa071

Browse files
authored
ci: update python
1 parent e916131 commit a0aa071

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
with:
4141
path: 'templates'
4242

43-
- name: Install Python
44-
uses: actions/setup-python@v1
43+
- uses: actions/setup-python@v4
44+
with:
45+
python-version: '3'
4546

4647
- uses: actions/setup-java@v2
4748
with:
@@ -72,7 +73,7 @@ jobs:
7273
- name: Setup
7374
working-directory: templates
7475
run: |
75-
python -m pip install --upgrade pip six
76+
python3 -m pip install --upgrade pip six
7677
npm i -g nativescript@next --ignore-scripts
7778
ns usage-reporting disable
7879
ns error-reporting disable

0 commit comments

Comments
 (0)