From f91a5713c9f1b8072d1aaa936631a9d50c960f9f Mon Sep 17 00:00:00 2001 From: yuejiaointel Date: Tue, 21 Jan 2025 23:31:05 -0800 Subject: [PATCH] ci-test: print --- .ci/pipeline/docs.yml | 3 ++- doc/build-doc.sh | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci/pipeline/docs.yml b/.ci/pipeline/docs.yml index 71909f34a5..133d3227bb 100644 --- a/.ci/pipeline/docs.yml +++ b/.ci/pipeline/docs.yml @@ -65,9 +65,10 @@ jobs: - script: | export DALROOT=$(dirname $(dirname $(which python))) export NO_DIST=1 - python setup.py build_ext --inplace --abs-rpath + # 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 diff --git a/doc/build-doc.sh b/doc/build-doc.sh index b0ed6f9817..138d5956cf 100755 --- a/doc/build-doc.sh +++ b/doc/build-doc.sh @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. #=============================================================================== -echo "Current location: $(pwd)" - SAMPLES_DIR=sources/samples # remove the samples folder if it exists