Skip to content

Commit b9a19d1

Browse files
committed
Remove clinfo
1 parent 72e7e41 commit b9a19d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
118118
export OCL_ICD_FILENAMES=libintelocl.so
119-
clinfo -l
119+
# clinfo -l
120120
python -m pytest --pyargs $MODULE_NAME
121121
122122
upload:

0 commit comments

Comments
 (0)