File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217
217
- name : Test
218
218
id : test
219
219
run : |
220
- poetry run pytest -m 'index and not elasticv8' --cov=docarray --cov-report=xml tests/index/${{ matrix.db_test_folder }}
220
+ poetry run pytest -m 'index and not elasticv8' -s -v - -cov=docarray --cov-report=xml tests/index/${{ matrix.db_test_folder }}
221
221
echo "flag it as docarray for codeoverage"
222
222
echo "codecov_flag=docarray" >> $GITHUB_OUTPUT
223
223
timeout-minutes : 30
@@ -242,7 +242,7 @@ jobs:
242
242
strategy :
243
243
fail-fast : false
244
244
matrix :
245
- python-version : [3.8 ]
245
+ python-version : ["3.10" ]
246
246
pydantic-version : ["pydantic-v2", "pydantic-v1"]
247
247
steps :
248
248
- uses : actions/checkout@v2.5.0
@@ -267,7 +267,7 @@ jobs:
267
267
- name : Test
268
268
id : test
269
269
run : |
270
- poetry run pytest -m 'index and elasticv8' --cov=docarray --cov-report=xml tests
270
+ poetry run pytest -m 'index and elasticv8' -s -v - -cov=docarray --cov-report=xml tests
271
271
echo "flag it as docarray for codeoverage"
272
272
echo "codecov_flag=docarray" >> $GITHUB_OUTPUT
273
273
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments