Skip to content

Commit 249eeb1

Browse files
authored
Extended tests verbosing (#1659)
1 parent c4b3b2e commit 249eeb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ test:
4949
- tests
5050
- setup.cfg
5151
commands:
52-
- python -c "import dpnp"
52+
- python -c "import dpnp; print(dpnp.__version__)"
53+
- python -m dpctl -f
5354
- pytest -s
5455

5556
about:

0 commit comments

Comments
 (0)