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 4d2f67a commit a3c9d06Copy full SHA for a3c9d06
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