Skip to content

Commit ee3f118

Browse files
committed
increase parellel jobs to 4
1 parent ca36363 commit ee3f118

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
runs-on: ${{ matrix.os }}
8585
needs: [style]
8686
strategy:
87+
max-parallel: 4
8788
fail-fast: false
8889
matrix:
8990
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -254,6 +255,7 @@ jobs:
254255
image: ${{ needs.revn-variations.outputs.test_container }}
255256
options: --entrypoint /bin/bash
256257
strategy:
258+
max-parallel: 4
257259
fail-fast: false
258260
matrix:
259261
python-version: ['3.9', '3.10', '3.11', '3.12']
@@ -326,6 +328,7 @@ jobs:
326328
image: ${{ needs.revn-variations.outputs.test_container }}
327329
options: --entrypoint /bin/bash
328330
strategy:
331+
max-parallel: 4
329332
fail-fast: false
330333
matrix:
331334
python-version: ['3.9', '3.10', '3.11', '3.12']
@@ -399,6 +402,7 @@ jobs:
399402
options: --entrypoint /bin/bash
400403
needs: [ style, revn-variations]
401404
strategy:
405+
max-parallel: 4
402406
fail-fast: false
403407
matrix:
404408
python-version: ['3.9', '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)