We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4028c85 commit 7a23a0aCopy full SHA for 7a23a0a
.github/workflows/conda-package.yml
@@ -293,7 +293,7 @@ jobs:
293
- name: Smoke test, step 2
294
shell: cmd /C CALL {0}
295
run: >-
296
- conda activate dpctl_test && python -c "import dpctl; dpctl.lsplatform()"
+ conda activate dpctl_test && python -m dpctl -f
297
- name: Run tests
298
299
0 commit comments