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 69b68b3 commit 60597b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
python -c "import daal4py; print('Using daal4py from:', daal4py.__file__)"
cd doc
echo "after"
python -c "import sys; sys.path.insert(0, '../daal4py')"
python -c "import daal4py; print('Using daal4py from:', daal4py.__file__)"
./build-doc.sh
displayName: 'Build scikit-learn-intelex documentation'
Expand Down

0 comments on commit 60597b1

Please sign in to comment.