Skip to content

Commit 7a23a0a

Browse files
Make test_windows:smoke test 2 more verbose
1 parent 4028c85 commit 7a23a0a

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
@@ -293,7 +293,7 @@ jobs:
293293
- name: Smoke test, step 2
294294
shell: cmd /C CALL {0}
295295
run: >-
296-
conda activate dpctl_test && python -c "import dpctl; dpctl.lsplatform()"
296+
conda activate dpctl_test && python -m dpctl -f
297297
- name: Run tests
298298
shell: cmd /C CALL {0}
299299
run: >-

0 commit comments

Comments
 (0)