Skip to content

Commit 5c7370e

Browse files
Removed redundant call to pytest in os-llvm workflow
1 parent 71fb250 commit 5c7370e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
export LD_LIBRARY_PATH=${SYCL_BUNDLE_FOLDER}/${TBB_INSTALL_DIR}/lib/intel64/gcc4.8:${LD_LIBRARY_PATH}
151151
export OCL_ICD_FILENAMES=libintelocl.so:libintelocl_emu.so
152152
python -m dpctl -f || exit 1
153-
python -m pytest -v dpctl/tests
154153
155154
- name: Run dpctl/tests
156155
shell: bash -l {0}

0 commit comments

Comments
 (0)