Commit 34381808 by Alexander Popov

GitHub Actions: decrease the max-parallel to 1 to avoid the codecov rate limit

parent d50851ec
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
max-parallel: 3 max-parallel: 1
fail-fast: false fail-fast: false
matrix: matrix:
# Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment