Skip to content

Commit 8257ca9

Browse files
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.
1 parent ff0d4ea commit 8257ca9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,4 @@ jobs:
159159
SYCL_CACHE_PERSISTENT: 1
160160
run: |
161161
source set_allvars.sh
162-
# Skip the test that checks if there is only one hard
163-
# copy of DPCTLSyclInterface library
164-
python -m pytest -v dpctl/tests --no-sycl-interface-test
162+
python -m pytest -sv dpctl/tests

0 commit comments

Comments
 (0)