Skip to content

Commit b10be36

Browse files
Merge pull request #1068 from IntelPython/test-windows-smoke-test2
Make test_windows:smoke test 2 more verbose
2 parents 4028c85 + 7a23a0a commit b10be36

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)