From 60597b158cd484f015fd142100f9673a21769a3f Mon Sep 17 00:00:00 2001 From: yuejiaointel Date: Tue, 21 Jan 2025 21:52:01 -0800 Subject: [PATCH] ci-test: print --- .ci/pipeline/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/pipeline/docs.yml b/.ci/pipeline/docs.yml index 3b8fc0d214..ef57fff47c 100644 --- a/.ci/pipeline/docs.yml +++ b/.ci/pipeline/docs.yml @@ -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'