Skip to content

Commit

Permalink
increase parellel jobs to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 15, 2024
1 parent ca36363 commit ee3f118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
runs-on: ${{ matrix.os }}
needs: [style]
strategy:
max-parallel: 4
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down Expand Up @@ -254,6 +255,7 @@ jobs:
image: ${{ needs.revn-variations.outputs.test_container }}
options: --entrypoint /bin/bash
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -326,6 +328,7 @@ jobs:
image: ${{ needs.revn-variations.outputs.test_container }}
options: --entrypoint /bin/bash
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -399,6 +402,7 @@ jobs:
options: --entrypoint /bin/bash
needs: [ style, revn-variations]
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
Expand Down

0 comments on commit ee3f118

Please sign in to comment.