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 f119fb1 commit d2c0836Copy full SHA for d2c0836
conda-recipe/run_test.sh
@@ -37,4 +37,5 @@ set -e
37
38
$PYTHON -c "import dpnp; print(dpnp.__version__)"
39
$PYTHON -m dpctl -f
40
+$PYTHON -m pytest -sv --pyargs dpnp.tests.test_histogram
41
$PYTHON -m pytest -ra --pyargs dpnp
0 commit comments