Skip to content

Commit 9589737

Browse files
committed
TO BE REVERTED: Commenting to speed up the GHA debugging cycle
1 parent e9aa120 commit 9589737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
4848
jit:
4949
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
50-
needs: interpreter
50+
# Commenting for debugging.
51+
# needs: interpreter
5152
runs-on: ${{ matrix.runner }}
5253
timeout-minutes: 90
5354
strategy:

0 commit comments

Comments
 (0)