Skip to content

Commit 6903607

Browse files
committed
fix yaml
1 parent dedca01 commit 6903607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ opensearch_2_11:
5151

5252
strategy:
5353
matrix:
54-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
54+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5555
backend: ["elasticsearch8", "opensearch"]
5656

5757
name: Python ${{ matrix.python-version }} testing with ${{ matrix.backend }}

0 commit comments

Comments
 (0)