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 fc14d85 commit 1001990Copy full SHA for 1001990
.github/workflows/lint.yml
@@ -39,7 +39,7 @@ jobs:
39
# install packages one-by-one so it is clearer which fails, if it does
40
python_packages=('flake8' 'pylint' 'ruff' 'mypy' 'pytype' 'pyright' 'fixit' 'pyre-check' 'flake8-sarif-formatter')
41
for package in "${python_packages[@]}"; do
42
- echo "::notice::Installing Python package ${package}"
+ echo "Installing Python package ${package}"
43
if ! python3 -mpip install ${PIP_ARGS} -q "${package}"; then
44
echo "::warning::Failed to installed Python dependency ${package}, continuing"
45
fi
0 commit comments