Skip to content

Commit 29eeac7

Browse files
authored
Merge pull request #2068 from IntelPython/update-path-to-cl.cfg
Correct a path to `cl.cfg` file
2 parents b7a6b67 + c8700ce commit 29eeac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
Write-Warning "File $script_path was NOT found!"
383383
}
384384
# Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
385-
$cl_cfg="$env:CONDA_PREFIX\Library\lib\cl.cfg"
385+
$cl_cfg="$env:CONDA_PREFIX\Library\bin\cl.cfg"
386386
Get-Content -Tail 5 -Path $cl_cfg
387387
388388
- name: Smoke test, step 1

.github/workflows/run-tests-from-dppy-bits.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
Write-Warning "File $script_path was NOT found!"
124124
}
125125
# Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
126-
$cl_cfg="$env:CONDA_PREFIX\Library\lib\cl.cfg"
126+
$cl_cfg="$env:CONDA_PREFIX\Library\bin\cl.cfg"
127127
Get-Content -Tail 5 -Path $cl_cfg
128128
129129
- name: Smoke test

0 commit comments

Comments
 (0)