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 f91a571 commit d17cda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# python setup.py build_ext --inplace --abs-rpath
# python setup.py build --abs-rpath
./conda-recipe/build.sh
cp ${DALROOT}/lib/python3.11/site-packages/daal4py/_daal4py.cpython*.so daal4py/
# cp ${DALROOT}/lib/python3.11/site-packages/daal4py/_daal4py.cpython*.so daal4py/
displayName: 'Build daal4py/sklearnex'
- script: |
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
Expand All @@ -82,6 +82,7 @@ jobs:
fi
displayName: 'Build daal4py documentation'
- script: |
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
cd doc
python -c "import daal4py; print('Using daal4py from:', daal4py.__file__)"
./build-doc.sh
Expand Down

0 comments on commit d17cda5

Please sign in to comment.