[PR #3176] [MERGED] ci(pipeline): disable tqdm progress bars in CI #3245

Closed
opened 2026-06-05 18:21:33 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3176
Author: @mdrxy
Created: 3/17/2026
Status: Merged
Merged: 3/17/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/tqdm-ci


📝 Commits (1)

  • 62c9edb ci(pipeline): disable tqdm progress bars in CI

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 pipeline/core/builder.py (+6 -0)

📄 Description

Disable tqdm progress bars when CI=true is set. GitHub Actions sets this automatically, and the per-line bar updates produce thousands of lines of noise in CI logs — only the final INFO summary lines matter.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3176 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/tqdm-ci` --- ### 📝 Commits (1) - [`62c9edb`](https://github.com/langchain-ai/docs/commit/62c9edbb4af0e425406b019774f4502e1405c6b1) ci(pipeline): disable tqdm progress bars in CI ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+6 -0) </details> ### 📄 Description Disable `tqdm` progress bars when `CI=true` is set. GitHub Actions sets this automatically, and the per-line bar updates produce thousands of lines of noise in CI logs — only the final `INFO` summary lines matter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:33 -04:00
yindo closed this issue 2026-06-05 18:21:33 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3245