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 a737860 commit 8d76c22Copy full SHA for 8d76c22
conda-recipe/run_test.bat
@@ -11,5 +11,5 @@ set ERRORLEVEL=
11
"%PYTHON%" -c "import dpctl"
12
if errorlevel 1 exit 1
13
14
-pytest -q -ra --disable-warnings --pyargs dpctl -vv
+python -m pytest -q -ra --disable-warnings --pyargs dpctl -vv
15
conda-recipe/run_test.sh
@@ -6,4 +6,4 @@ set -e
6
source ${ONEAPI_ROOT}/compiler/latest/env/vars.sh || true
7
8
${PYTHON} -c "import dpctl"
9
-pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv
+python -m pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv
0 commit comments