Skip to content

Commit

Permalink
ci-test: print
Browse files Browse the repository at this point in the history
  • Loading branch information
yuejiaointel committed Jan 22, 2025
1 parent 5644758 commit 81940c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 81940c4

Please sign in to comment.