File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,9 +430,9 @@ jobs:
430430 # onnx plugins does not support protobuf>4 yet (in fact it is tensorflow that
431431 # does not support that yet). More details in https://github.com/onnx/onnx/issues/4239.
432432 if [[ ${{ matrix.plugin-names }} == *"onnx"* || ${{ matrix.plugin-names }} == "flytekit-whylogs" || ${{ matrix.plugin-names }} == "flytekit-mlflow" ]]; then
433- PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python coverage run -m pytest tests --cov=./ --cov-report=xml --cov-append
433+ PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python coverage run -m pytest -s tests --cov=./ --cov-report=xml --cov-append
434434 else
435- coverage run -m pytest tests --cov=./ --cov-report=xml --cov-append
435+ coverage run -m pytest -s tests --cov=./ --cov-report=xml --cov-append
436436 fi
437437 - name : Codecov
438438 uses : codecov/codecov-action@v3.1.0
You can’t perform that action at this time.
0 commit comments