Skip to content

Commit c9f0ba7

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent d9e64fe commit c9f0ba7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ stages:
9999
displayName: "Run Unit Tests - Windows"
100100
retryCountOnTaskFailure: 3
101101
inputs:
102-
pythonInterpreter: $(pythonLocation)
103102
scriptSource: 'inline'
104103
script: |
105104
import os
@@ -157,7 +156,6 @@ stages:
157156
displayName: "Generate Test Reporting"
158157
name: report
159158
inputs:
160-
pythonInterpreter: '/usr/bin/python3'
161159
scriptSource: 'inline'
162160
script: |
163161
import os

0 commit comments

Comments
 (0)