We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917741f commit bfee4f1Copy full SHA for bfee4f1
1 file changed
.ci/pipeline/nightly.yml
@@ -53,8 +53,8 @@ jobs:
53
conda activate CB
54
pip install -r dependencies-dev
55
export DALROOT=$CONDA_PREFIX
56
- $(COVERITY_TOOL_HOME)/bin/cov-build --dir cov-int --no-command --fs-capture-search .
57
- $(COVERITY_TOOL_HOME)/bin/cov-build --dir cov-int -- python setup.py build_ext --inplace
+ $(COVERITY_TOOL_HOME)/bin/cov-build --dir cov-int --no-command --fs-capture-search .
+ $(COVERITY_TOOL_HOME)/bin/cov-build --dir cov-int -- python setup.py build_ext --inplace
58
zip -r daal4py.zip cov-int
59
displayName: 'Perform Coverity scan'
60
- script: |
0 commit comments