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 3a9cd88 commit 704f914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
export NO_DIST=1
python setup.py build_ext --inplace --abs-rpath
python setup.py build --abs-rpath
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')"
python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')"
displayName: 'Build daal4py/sklearnex'
- script: |
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
Expand All @@ -85,6 +82,8 @@ jobs:
- script: |
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
cd doc
python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')"
python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')"
./build-doc.sh
displayName: 'Build scikit-learn-intelex documentation'
- script: |
Expand Down
2 changes: 1 addition & 1 deletion doc/build-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rsync -a --exclude='daal4py_data_science.ipynb' examples/notebooks/*.ipynb doc/$

# build the documentation
cd doc
O="-W" make html
SPHINXOPTS="-W" make html

0 comments on commit 704f914

Please sign in to comment.