Skip to content

Commit

Permalink
ci-test: print
Browse files Browse the repository at this point in the history
  • Loading branch information
yue.jiao committed Jan 13, 2025
1 parent 6761c36 commit ea567fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
./conda-recipe/build.sh
echo "Python executable being used1: $(which python)"
python -c "import sys; print('sys.path:', sys.path)"
ls /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages
ls /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/daal4py
ls /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/sklearnex
ls /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/onedal
python -c "import daal4py; print('daal4py imported successfully')"
python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')"
python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')"
Expand Down

0 comments on commit ea567fd

Please sign in to comment.