We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0f2f4 commit 89eee8eCopy full SHA for 89eee8e
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on:
4
pull_request: { branches: [master] }
5
schedule: [ cron: '2 2 * * 6' ] # Every Saturday, 02:02
6
7
+env:
8
+ TQDM_MININTERVAL: 10
9
jobs:
10
lint:
11
runs-on: ubuntu-latest
.github/workflows/deploy-docs.yml
@@ -7,6 +7,8 @@ jobs:
deploy:
name: Deploy
+ env:
12
13
steps:
14
- uses: actions/setup-python@v5
0 commit comments