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 e9aa120 commit 9589737Copy full SHA for 9589737
.github/workflows/jit.yml
@@ -47,7 +47,8 @@ jobs:
47
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
48
jit:
49
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
50
- needs: interpreter
+ # Commenting for debugging.
51
+ # needs: interpreter
52
runs-on: ${{ matrix.runner }}
53
timeout-minutes: 90
54
strategy:
0 commit comments