Skip to content

Commit

Permalink
ci: fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 15, 2024
1 parent b12f63b commit c7e5246
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ env:
jobs:
unit-test:
strategy:
fail-fast: false
matrix:
fail-fast: false
max-parallel: 2
os:
- macos-latest
- ubuntu-22.04
- windows-latest
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
max-parallel: 2

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c7e5246

Please sign in to comment.