Skip to content

Commit e1be764

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 38246c4 commit e1be764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ stages:
9494
displayName: "Run Unit Tests - Windows"
9595
retryCountOnTaskFailure: 3
9696
inputs:
97+
pythonInterpreter: '/usr/bin/python3'
9798
scriptSource: 'inline'
9899
script: |
99100
import os
@@ -151,6 +152,7 @@ stages:
151152
displayName: "Generate Test Reporting"
152153
name: report
153154
inputs:
155+
pythonInterpreter: '/usr/bin/python3'
154156
scriptSource: 'inline'
155157
script: |
156158
import os

0 commit comments

Comments
 (0)