Skip to content

Commit 00ce2dc

Browse files
authored
Update lint.yml
1 parent de93605 commit 00ce2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
# install packages one-by-one so it is clearer which fails, if it does
3939
python_packages=('flake8' 'pylint' 'ruff' 'mypy' 'pytype' 'pyright' 'fixit' 'pyre-check' 'flake8-sarif-formatter')
4040
for package in "${python_packages[@]}"; do
41-
echo "::notice::Installing Python package $package"
42-
python3 -mpip install ${PIP_ARGS} -q
41+
echo "::notice::Installing Python package ${package}"
42+
python3 -mpip install ${PIP_ARGS} -q "${package}"
4343
done
4444
4545
- name: Run Python Lint

0 commit comments

Comments
 (0)