File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 84
84
runs-on : ${{ matrix.os }}
85
85
needs : [style]
86
86
strategy :
87
+ max-parallel : 4
87
88
fail-fast : false
88
89
matrix :
89
90
os : [ubuntu-latest, windows-latest, macos-latest]
@@ -254,6 +255,7 @@ jobs:
254
255
image : ${{ needs.revn-variations.outputs.test_container }}
255
256
options : --entrypoint /bin/bash
256
257
strategy :
258
+ max-parallel : 4
257
259
fail-fast : false
258
260
matrix :
259
261
python-version : ['3.9', '3.10', '3.11', '3.12']
@@ -326,6 +328,7 @@ jobs:
326
328
image : ${{ needs.revn-variations.outputs.test_container }}
327
329
options : --entrypoint /bin/bash
328
330
strategy :
331
+ max-parallel : 4
329
332
fail-fast : false
330
333
matrix :
331
334
python-version : ['3.9', '3.10', '3.11', '3.12']
@@ -399,6 +402,7 @@ jobs:
399
402
options : --entrypoint /bin/bash
400
403
needs : [ style, revn-variations]
401
404
strategy :
405
+ max-parallel : 4
402
406
fail-fast : false
403
407
matrix :
404
408
python-version : ['3.9', '3.10', '3.11', '3.12']
You can’t perform that action at this time.
0 commit comments