We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298f8eb commit 9f71ccbCopy full SHA for 9f71ccb
1 file changed
.github/workflows/slurm-test.yml
@@ -34,5 +34,5 @@ jobs:
34
shell: bash -l {0}
35
timeout-minutes: 8
36
run: |
37
- python tests/cluster/slurm_test.py --submit
38
- python tests/cluster/slurm_test.py --${{ inputs.mode }}
+ python -u tests/cluster/slurm_test.py --submit
+ python -u tests/cluster/slurm_test.py --${{ inputs.mode }}
0 commit comments