Commit 08a85625 by Alexander Popov

Limit the number of parallel GitHub Action jobs to 3

That hopefully prevents the error "codecov failed with exit code 255".
parent 4925c2ae
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
max-parallel: 4 max-parallel: 3
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