Skip to content

Commit

Permalink
reduce tqdm clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 16, 2024
1 parent c3f8a4e commit 1bb764e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
unzip dataverse_files.zip
# this inflates into a 'tutorial' folder, moving everything out
mv tutorial/* .
- name: Set TQDM_MININTERVAL
run: echo "TQDM_MININTERVAL=10" >> "$GITHUB_ENV"
- name: Run Tutorial test
run: |
# DEBUG; TODO REMOVE
Expand Down

0 comments on commit 1bb764e

Please sign in to comment.