Skip to content

Commit d9b1fc1

Browse files
authored
Merge pull request #125 from iterative/reduce-max-parallel
gh: reduce the max-parallel to 3
2 parents 206a1da + 28cc33b commit d9b1fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
fail-fast: false
17-
max-parallel: 4
17+
max-parallel: 3
1818
matrix:
1919
os: [ubuntu-18.04, macos-10.15, windows-2019]
2020
pyv: ["3.6", "3.7", "3.8", "3.9"]

0 commit comments

Comments
 (0)