Skip to content

Commit

Permalink
Merge pull request #1068 from IntelPython/test-windows-smoke-test2
Browse files Browse the repository at this point in the history
Make test_windows:smoke test 2 more verbose
  • Loading branch information
oleksandr-pavlyk authored Feb 9, 2023
2 parents 4028c85 + 7a23a0a commit b10be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
- name: Smoke test, step 2
shell: cmd /C CALL {0}
run: >-
conda activate dpctl_test && python -c "import dpctl; dpctl.lsplatform()"
conda activate dpctl_test && python -m dpctl -f
- name: Run tests
shell: cmd /C CALL {0}
run: >-
Expand Down

0 comments on commit b10be36

Please sign in to comment.