Skip to content

Commit

Permalink
Fix indentation in workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jun 1, 2024
1 parent d077e93 commit f8a12cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fail-fast: false
matrix:
python-version: [
'3.9',
'3.10',
'3.11',
'3.12',
'3.9',
'3.10',
'3.11',
'3.12',
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f8a12cd

Please sign in to comment.