Skip to content

Commit

Permalink
minor fix for script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Jan 22, 2025
1 parent ab367c0 commit e053cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
.ci/env/apt.sh mkl
displayName: 'mkl installation'
- script:
.ci/scripts/install_basekit.bat $(LINUX_BASEKIT_URL) $(LINUX_DPCPP_COMPONENTS)
.ci/scripts/install_basekit.sh $(LINUX_BASEKIT_URL) $(LINUX_DPCPP_COMPONENTS)
displayName: 'Install oneAPI Base Toolkit'
- script: |
source /opt/intel/oneapi/setvars.sh
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
.ci/env/apt.sh mkl
displayName: 'mkl installation'
- script:
.ci/scripts/install_basekit.bat $(LINUX_BASEKIT_URL) $(LINUX_DPCPP_COMPONENTS)
.ci/scripts/install_basekit.sh $(LINUX_BASEKIT_URL) $(LINUX_DPCPP_COMPONENTS)
displayName: 'Install oneAPI Base Toolkit'
- script: |
source /opt/intel/oneapi/setvars.sh
Expand Down

0 comments on commit e053cdf

Please sign in to comment.