Skip to content

Commit 9f71ccb

Browse files
committed
Unbuffer log feedback
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
1 parent 298f8eb commit 9f71ccb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/slurm-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
shell: bash -l {0}
3535
timeout-minutes: 8
3636
run: |
37-
python tests/cluster/slurm_test.py --submit
38-
python tests/cluster/slurm_test.py --${{ inputs.mode }}
37+
python -u tests/cluster/slurm_test.py --submit
38+
python -u tests/cluster/slurm_test.py --${{ inputs.mode }}

0 commit comments

Comments
 (0)