Skip to content

Commit 89eee8e

Browse files
committed
CI: Quiet tqdm
1 parent 4a0f2f4 commit 89eee8e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
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

+2
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)