Skip to content

Commit

Permalink
Don't limit parallelism on CI runs (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Mar 10, 2023
1 parent fe31f29 commit b7768af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
python-version:
- '2.7'
Expand Down

0 comments on commit b7768af

Please sign in to comment.