diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index b2c96df36242..140e66c0bf35 100755 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -35,6 +35,6 @@ fi set -e -$PYTHON -c "import dpnp; print(dpnp.__version__)" -$PYTHON -m dpctl -f +# $PYTHON -c "import dpnp; print(dpnp.__version__)" +# $PYTHON -m dpctl -f $PYTHON -m pytest -ra --pyargs dpnp