Skip to content

Commit 534f4e8

Browse files
authored
Use OneAPI setvars.sh (#4175)
Instead of DLE specific initialization script. Signed-off-by: Pavel Chekin <[email protected]>
1 parent 7a9efca commit 534f4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 960
4040
defaults:
4141
run:
42-
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/2025.1/oneapi-vars.sh > /dev/null; source {0}"
42+
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
4343
steps:
4444
- name: Print inputs
4545
run: |

0 commit comments

Comments
 (0)