Skip to content

Commit 345b71f

Browse files
Temp remove dep on interpreter job
1 parent ff270de commit 345b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
5151
jit:
5252
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
53-
needs: interpreter
53+
# needs: interpreter
5454
runs-on: ${{ matrix.runner }}
5555
timeout-minutes: 90
5656
strategy:

0 commit comments

Comments
 (0)