File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,16 +274,16 @@ jobs:
274
274
(Get-Content $cl_cfg) -replace '^CL_CONFIG_TBB_DLL_PATH =', 'CL_CONFIG_TBB_DLL_PATH = C:\Miniconda\Library\bin' | Set-Content $cl_cfg
275
275
}
276
276
- name : Smoke test
277
+ shell : cmd
277
278
run : |
278
279
set SYCL_ENABLE_HOST_DEVICE=1
279
- & { [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Miniconda\Library\bin\", [EnvironmentVariableTarget]::Machine) }
280
280
python -c "import dpctl; dpctl.lsplatform()"
281
281
python -c "import dpctl; print(dpctl.get_devices(backend='opencl', device_type='gpu'))"
282
282
python -c "import dpctl; print(dpctl.get_num_devices(backend='opencl', device_type='gpu'))"
283
283
- name : Run tests
284
+ shell : cnd
284
285
run : |
285
286
set SYCL_ENABLE_HOST_DEVICE=1
286
- & { [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Miniconda\Library\bin\", [EnvironmentVariableTarget]::Machine) }
287
287
python -m pytest -p no:faulthandler --pyargs ${{ env.MODULE_NAME }}
288
288
289
289
upload_linux :
You can’t perform that action at this time.
0 commit comments