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 e3a813d commit c5b19f2Copy full SHA for c5b19f2
.github/workflows/ansible-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
FORCE_COLOR: '1'
27
28
- - run: pip install -r .github/workflows/requirements.txt
+ - run: pip install --quiet --requirement .github/workflows/requirements.txt
29
30
31
0 commit comments