We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedca01 commit 6903607Copy full SHA for 6903607
.github/workflows/cicd.yml
@@ -51,7 +51,7 @@ opensearch_2_11:
51
52
strategy:
53
matrix:
54
- python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
55
backend: ["elasticsearch8", "opensearch"]
56
57
name: Python ${{ matrix.python-version }} testing with ${{ matrix.backend }}
0 commit comments