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 81940c4 commit 3c987ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,14 @@ jobs:
fi
displayName: 'Build daal4py documentation'
- script: |
cd doc
export DALROOT=$(dirname $(dirname $(which python)))
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
export PYTHONPATH=./daal4py:$PYTHONPATH
echo "before"
python -c "import daal4py; print('Using daal4py from:', daal4py.__file__)"
cd doc
echo "after"
python -c "import daal4py; print('Using daal4py from:', daal4py.__file__)"
./build-doc.sh
displayName: 'Build scikit-learn-intelex documentation'
- script: |
Expand Down

0 comments on commit 3c987ed

Please sign in to comment.