Skip to content

Commit

Permalink
fix: remove cd doc to avoid daal4py import mistakenly from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuejiaointel committed Jan 22, 2025
1 parent e41e585 commit 5644758
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ jobs:
echo "check path"
python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')"
python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')"
ls daal4py
cd doc
python -c "import daal4py._daal4py; print('daal4py._daal4py imported successfully')"
python -c "from sklearnex.basic_statistics import BasicStatistics; print('BasicStatistics imported successfully')"
./build-doc.sh
./doc/build-doc.sh
displayName: 'Build scikit-learn-intelex documentation'
- script: |
mkdir $(Build.ArtifactStagingDirectory)/html/daal4py
Expand Down

0 comments on commit 5644758

Please sign in to comment.