From 89144e8d790bd7618e7ca444f9a03d2f40778508 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 7 Aug 2024 10:53:30 -0500 Subject: [PATCH] Run pytest with -s for testign with nightly sycl bundle Also remove --no-sycl-interface-test option, since DPCTLSyclInterface library is no longer so-versioned. --- .github/workflows/os-llvm-sycl-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/os-llvm-sycl-build.yml b/.github/workflows/os-llvm-sycl-build.yml index 19180b6e2a..7b56af17bb 100644 --- a/.github/workflows/os-llvm-sycl-build.yml +++ b/.github/workflows/os-llvm-sycl-build.yml @@ -159,6 +159,4 @@ jobs: SYCL_CACHE_PERSISTENT: 1 run: | source set_allvars.sh - # Skip the test that checks if there is only one hard - # copy of DPCTLSyclInterface library - python -m pytest -v dpctl/tests --no-sycl-interface-test + python -m pytest -sv dpctl/tests