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 24, 2025
1 parent 42a341b commit c013425
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 @@ -65,10 +65,11 @@ jobs:
- script: |
export DALROOT=$(dirname $(dirname $(which python)))
export NO_DIST=1
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
python setup.py build_ext --inplace --abs-rpath
python setup.py build --abs-rpath
export PYTHONPATH=$(pwd)
export LD_LIBRARY_PATH=$(dirname $(dirname $(which python)))/lib:$LD_LIBRARY_PATH
python -c "import daal4py; print('Using daal4py from1:', daal4py.file)"
# ./conda-recipe/build.sh
Expand Down

0 comments on commit c013425

Please sign in to comment.