diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 516e226..b5a5740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: strategy: matrix: python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.x] + # Random number to prevent exceeding the request frequency limit. + max-parallel: 3 # 3.4 is not available on Focal. runs-on: ubuntu-18.04 name: 'Python ${{ matrix.python-version }}' |