Skip to content

Commit 241e02e

Browse files
committed
ci: limit parallel jobs to avoid tidal rate limit
1 parent c6c720a commit 241e02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: PyTest
1313

1414
strategy:
15+
max-parallel: 2
1516
matrix:
1617
os: [ ubuntu-latest, macos-latest, windows-latest ]
1718
python-version: [ '3.7', '3.8', '3.9', 'pypy-3.7' ]

0 commit comments

Comments
 (0)