Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89eee8e

Browse filesBrowse files
committed
CI: Quiet tqdm
1 parent 4a0f2f4 commit 89eee8e
Copy full SHA for 89eee8e

File tree

2 files changed

+4
-0
lines changed
Filter options

2 files changed

+4
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request: { branches: [master] }
55
schedule: [ cron: '2 2 * * 6' ] # Every Saturday, 02:02
66

7+
env:
8+
TQDM_MININTERVAL: 10
79
jobs:
810
lint:
911
runs-on: ubuntu-latest

‎.github/workflows/deploy-docs.yml

Copy file name to clipboardExpand all lines: .github/workflows/deploy-docs.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
deploy:
88
name: Deploy
99
runs-on: ubuntu-latest
10+
env:
11+
TQDM_MININTERVAL: 10
1012

1113
steps:
1214
- uses: actions/setup-python@v5

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.