Skip to content

Commit

Permalink
only allow two execution at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed May 11, 2024
1 parent be1b142 commit 93a7f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
max-parallel: 1
max-parallel: 2
os: ["macos-latest", "windows-latest","ubuntu-20.04"]
python-version: ["3.9.13","3.8.10","3.10","3.11","3.12"]
fail-fast: false
Expand Down

0 comments on commit 93a7f54

Please sign in to comment.