Skip to content

Commit bd6461b

Browse files
author
Danny McCormick
committed
Use python 2
1 parent 553cfec commit bd6461b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines-template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ steps:
44
versionSpec: '$(node_version)'
55
displayName: 'Install Node.js'
66

7+
- task: UsePythonVersion@0
8+
inputs:
9+
versionSpec: '2.x'
10+
displayName: 'Use python 2'
11+
712
- script: npm install
813
displayName: 'npm install'
914

0 commit comments

Comments
 (0)