Skip to content

Commit 667d80c

Browse files
committed
Allowing four parallel test jobs
1 parent 2be9ae4 commit 667d80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636

3737
strategy:
38-
max-parallel: 3
38+
max-parallel: 4
3939
matrix:
4040
python-version: ["3.7", "3.8", "3.9", "3.10.0-alpha.6"]
4141

0 commit comments

Comments
 (0)