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 704f914 commit e41e585
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ 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 @@ -81,6 +83,10 @@ jobs:
displayName: 'Build daal4py documentation'
- script: |
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')"
ls daal4py
cd doc
python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')"
python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')"
Expand Down

0 comments on commit e41e585

Please sign in to comment.