Skip to content

Commit

Permalink
only allow one 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 dcc3a2b commit be1b142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
test:
strategy:
matrix:
max-parallel: 1
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 be1b142

Please sign in to comment.