File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,12 @@ steps:
122122 - task : PythonScript@0
123123 displayName : ' Run Keyword Validation Check'
124124 inputs :
125- scriptPath : ' scripts/devops_tasks/dispatch_tox.py'
126- arguments : ' "$(TargetingString)" --disable-compatibility-filter --service=${{parameters.ServiceDirectory}} --toxenv=verify_keywords ${{ parameters.AdditionalTestArgs }}'
125+ scriptPath : ' eng/scripts/dispatch_checks.py'
126+ arguments : ' "$(TargetingString)" --disable-compatibility-filter --service=${{parameters.ServiceDirectory}} --checks=verify_keywords ${{ parameters.AdditionalTestArgs }}'
127+ env :
128+ TOX_PIP_IMPL : " uv"
129+ VIRTUAL_ENV : " "
130+ PYTHONHOME : " "
127131 condition : and(succeededOrFailed(), ne(variables['Skip.KeywordCheck'],'true'))
128132
129133 - template : ../steps/run_bandit.yml
You can’t perform that action at this time.
0 commit comments