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 b2f8ad3 commit 9052346Copy full SHA for 9052346
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