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 5ba6763 commit ed6dd7e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ jobs:
- script: |
export DALROOT=$(dirname $(dirname $(which python)))
export NO_DIST=1
# 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/
echo "before build"
ls daal4py
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/
displayName: 'Build daal4py/sklearnex'
- script: |
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
Expand All @@ -83,6 +85,8 @@ jobs:
displayName: 'Build daal4py documentation'
- script: |
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
echo "after build"
ls daal4py
cd doc
python -c "import daal4py; print('Using daal4py from:', daal4py.__file__)"
./build-doc.sh
Expand Down

0 comments on commit ed6dd7e

Please sign in to comment.