We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee1d41 commit 8b51053Copy full SHA for 8b51053
.github/workflows/conda-package.yml
@@ -290,7 +290,7 @@ jobs:
290
# Variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
291
$cl_cfg="$conda_env_library\lib\cl.cfg"
292
Write-Output $cl_cfg
293
- (Get-Content $cl_cfg) -replace '^CL_CONFIG_TBB_DLL_PATH =', 'CL_CONFIG_TBB_DLL_PATH = $conda_env_library\bin' | Set-Content $cl_cfg
+ (Get-Content $cl_cfg) -replace '^CL_CONFIG_TBB_DLL_PATH =', "CL_CONFIG_TBB_DLL_PATH = $conda_env_library\bin" | Set-Content $cl_cfg
294
Get-Content -Tail 5 -Path $cl_cfg
295
}
296
- name: Smoke test
0 commit comments