Skip to content

Commit 7fad18f

Browse files
trigger macos CI
1 parent 8ec5768 commit 7fad18f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jit.yml

Lines changed: 4 additions & 4 deletions
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:
@@ -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:

0 commit comments

Comments
 (0)