Skip to content

Commit 995ade2

Browse files
committed
reduce test coverage for iterating
1 parent f4a53c9 commit 995ade2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666

6767
strategy:
6868
matrix:
69-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
70-
backend: [ "elasticsearch7", "elasticsearch8", "opensearch"]
69+
python-version: ["3.13"]
70+
backend: [ "elasticsearch8" ]
7171

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

0 commit comments

Comments
 (0)