Skip to content

Commit e8d1a0d

Browse files
authored
add -u Force stdin, stdout and stderr to be totally unbuffered to python script
1 parent c22d1b1 commit e8d1a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/QualityControlChecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.x'
3131

3232
- name: Execute Naming Convention Check
33-
run: python test_scripts/QualityControlChecker/QualityControlChecker.py
33+
run: python -u test_scripts/QualityControlChecker/QualityControlChecker.py
3434

3535
job2:
3636
name: Spell Checker

0 commit comments

Comments
 (0)