File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
@@ -131,7 +131,7 @@ jobs:
131131
132132 jit-with-disabled-gil :
133133 name : Free-Threaded (Debug)
134- # needs: interpreter
134+ needs : interpreter
135135 runs-on : ubuntu-24.04
136136 timeout-minutes : 90
137137 strategy :
@@ -159,7 +159,7 @@ jobs:
159159
160160 no-opt-jit :
161161 name : JIT without optimizations (Debug)
162- # needs: interpreter
162+ needs : interpreter
163163 runs-on : ubuntu-24.04
164164 timeout-minutes : 90
165165 strategy :
@@ -186,7 +186,7 @@ jobs:
186186
187187 tail-call-jit :
188188 name : JIT with tail calling interpreter
189- # needs: interpreter
189+ needs : interpreter
190190 runs-on : ubuntu-24.04
191191 timeout-minutes : 90
192192 strategy :
You can’t perform that action at this time.
0 commit comments