Skip to content

Commit 00a32cb

Browse files
fix: adjust formatting of python-version matrix in CI workflow
1 parent 6e40e7a commit 00a32cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
strategy:
4242
matrix:
43-
python-version: [3.9, 3.10, 3.11]
43+
python-version: [3.9, 3.10 , 3.11]
4444

4545
steps:
4646
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)