We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841eafe commit f56a2f1Copy full SHA for f56a2f1
eng/templates/jobs/build.yml
@@ -36,4 +36,4 @@ jobs:
36
pip install pip-audit
37
pip-audit -r requirements.txt
38
displayName: 'Run vulnerability scan'
39
- condition: ne(variables[PYTHON_VERSION], '3.7')
+ condition: ne(variables['PYTHON_VERSION'], '3.7')
0 commit comments