Skip to content

Commit 4e1016f

Browse files
committed
Use DLE specific vars file
1 parent b57f1b5 commit 4e1016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 720
3939
defaults:
4040
run:
41-
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
41+
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/2025.0/oneapi-vars.sh > /dev/null; source {0}"
4242
steps:
4343
- name: Print inputs
4444
run: |

0 commit comments

Comments
 (0)