File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# limitations under the License.
1515# ===============================================================================
1616steps :
17- - script : sudo apt-get update && sudo apt-get install -y clang-format
17+ - script : sudo apt-get update
1818 displayName : " apt-get"
1919 - script : |
2020 bash .ci/scripts/install_dpcpp.sh
Original file line number Diff line number Diff line change 1616steps :
1717 - powershell : Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
1818 displayName : Add conda to PATH
19- - script : conda create -q -y -n CB -c conda-forge python=$(PYTHON_VERSION) impi-devel clang-format pyyaml
19+ - script : conda create -q -y -n CB -c conda-forge python=$(PYTHON_VERSION) impi-devel pyyaml
2020 displayName : ' Create Anaconda environment'
2121 - script : |
2222 call activate CB
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 echo "COVERAGE_RCFILE=$(readlink -f .coveragerc)" >> "$GITHUB_ENV"
113113 if [[ -z $DPCFLAG ]]; then echo "SKLEARNEX_GCOV=1" >> "$GITHUB_ENV"; fi
114114 - name : apt-get
115- run : sudo apt-get update && sudo apt-get install -y clang-format
115+ run : sudo apt-get update
116116 - name : dpcpp installation
117117 run : |
118118 # This CI system yields oneAPI dependencies from the oneDAL repository
@@ -252,7 +252,7 @@ jobs:
252252 python -m venv venv
253253 call .\venv\Scripts\activate.bat
254254 pip install --upgrade setuptools
255- pip install cpufeature clang-format pyyaml
255+ pip install cpufeature pyyaml
256256 pip install -r dependencies-dev
257257 for /f "delims=" %%c in ('python -m pip freeze ^| grep numpy') do echo NUMPY_BUILD=%%c>> %GITHUB_ENV%
258258 - name : System info
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ numpy==2.3.0 ; python_version >= '3.11'
66pybind11==2.13.6
77cmake==4.0.3
88setuptools==79.0.1
9+ clang-format==14.0.6
You can’t perform that action at this time.
0 commit comments