Skip to content

Commit c5b19f2

Browse files
committed
workflow: pip-install quietly, consistent long-options
1 parent e3a813d commit c5b19f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
FORCE_COLOR: '1'
2727

28-
- run: pip install -r .github/workflows/requirements.txt
28+
- run: pip install --quiet --requirement .github/workflows/requirements.txt
2929
env:
3030
FORCE_COLOR: '1'
3131

0 commit comments

Comments
 (0)