Skip to content

Commit 9024da1

Browse files
committed
Revert "TO BE REVERTED: Commenting to speed up the GHA debugging cycle"
This reverts commit 9589737.
1 parent 9589737 commit 9024da1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jit.yml

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

0 commit comments

Comments
 (0)