We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c2d4f commit 66f5785Copy full SHA for 66f5785
conda-recipe/run_test.bat
@@ -37,5 +37,8 @@ if %errorlevel% neq 0 exit 1
37
"%PYTHON%" -m dpctl -f
38
if %errorlevel% neq 0 exit 1
39
40
+"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_ndarray
41
+if %errorlevel% neq 0 exit 1
42
+
43
"%PYTHON%" -m pytest -ra --pyargs dpnp
44
0 commit comments