Skip to content

Commit

Permalink
minor fix for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 21, 2024
1 parent 8472acb commit 2ea8979
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ fi
#main actions
echo "Call env scripts"
if [ "${backend_config}" == "mkl" ]; then
echo "Sourcing MKL env"
"${ONEDAL_DIR}"/dev/download_micromkl.sh with_gpu="${with_gpu}"
echo "Sourcing fake MKL env"
elif [ "${backend_config}" == "ref" ] && [ ! -z "${BLAS_INSTALL_DIR}" ]; then
export OPENBLASROOT="${BLAS_INSTALL_DIR}"
elif [ "${backend_config}" == "ref" ]; then
Expand Down

0 comments on commit 2ea8979

Please sign in to comment.