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 d8ce881 commit f91a571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions doc/build-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f91a571

Please sign in to comment.