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 9451081 commit 84457d3Copy full SHA for 84457d3
.github/workflows/check_licenses.yml
@@ -162,7 +162,7 @@ jobs:
162
if [ -s temporal_print.yaml ]; then
163
echo "Asking Gemini about missing licenses..."
164
# Install Google library
165
- pip install google-generativeai
+ pip install google-generativeai --quiet
166
167
# Execute AI script
168
python licenses/processing_licenses_with_ai.py temporal_print.yaml
0 commit comments