Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Hall committed Nov 21, 2024
1 parent 841eafe commit f56a2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
pip install pip-audit
pip-audit -r requirements.txt
displayName: 'Run vulnerability scan'
condition: ne(variables[PYTHON_VERSION], '3.7')
condition: ne(variables['PYTHON_VERSION'], '3.7')

0 comments on commit f56a2f1

Please sign in to comment.