Skip to content

Commit 84457d3

Browse files
author
RJO798
committed
tiny fix
1 parent 9451081 commit 84457d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
if [ -s temporal_print.yaml ]; then
163163
echo "Asking Gemini about missing licenses..."
164164
# Install Google library
165-
pip install google-generativeai
165+
pip install google-generativeai --quiet
166166
167167
# Execute AI script
168168
python licenses/processing_licenses_with_ai.py temporal_print.yaml

0 commit comments

Comments
 (0)