Skip to content

Commit

Permalink
fix wrong level
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed May 11, 2024
1 parent 93a7f54 commit 3f7a1e5
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 @@ -8,8 +8,8 @@ env:
jobs:
test:
strategy:
max-parallel: 1
matrix:
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 3f7a1e5

Please sign in to comment.