Skip to content

Commit

Permalink
Run pytest with -s for testign with nightly sycl bundle
Browse files Browse the repository at this point in the history
Also remove --no-sycl-interface-test option, since DPCTLSyclInterface
library is no longer so-versioned.
  • Loading branch information
oleksandr-pavlyk committed Aug 7, 2024
1 parent b9242f4 commit 89144e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/os-llvm-sycl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89144e8

Please sign in to comment.