From 81940c47bd51b405b30ea06a0ee7a134d338baa2 Mon Sep 17 00:00:00 2001 From: yuejiaointel Date: Tue, 21 Jan 2025 20:55:02 -0800 Subject: [PATCH] ci-test: print --- .ci/pipeline/docs.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.ci/pipeline/docs.yml b/.ci/pipeline/docs.yml index 7636c7d070..196b256c59 100644 --- a/.ci/pipeline/docs.yml +++ b/.ci/pipeline/docs.yml @@ -70,8 +70,6 @@ jobs: displayName: 'Build daal4py/sklearnex' - script: | export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH - echo "check path" - ls daal4py cd doc/daal4py make html 2>&1 | tee build.log cat build.log @@ -82,11 +80,9 @@ jobs: fi displayName: 'Build daal4py documentation' - script: | + cd doc export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH - echo "check path" - python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')" - python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')" - ./doc/build-doc.sh + ./build-doc.sh displayName: 'Build scikit-learn-intelex documentation' - script: | mkdir $(Build.ArtifactStagingDirectory)/html/daal4py