Skip to content

Commit bfee4f1

Browse files
authored
Update .ci/pipeline/nightly.yml
1 parent 917741f commit bfee4f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/pipeline/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
conda activate CB
5454
pip install -r dependencies-dev
5555
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
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
5858
zip -r daal4py.zip cov-int
5959
displayName: 'Perform Coverity scan'
6060
- script: |

0 commit comments

Comments
 (0)