File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33" %PYTHON% " -c " import dpctl; print(dpctl.__version__)"
44if errorlevel 1 exit 1
55
6- " %PYTHON% " -c " import dpctl; dpctl.lsplatform() "
6+ " %PYTHON% " -m dpctl -f
77if errorlevel 1 exit 1
88
9- python -m pytest -q -p no:faulthandler - ra --disable-warnings --pyargs dpctl -vv
9+ python -m pytest -q -ra --disable-warnings --pyargs dpctl -vv
1010if errorlevel 1 exit 1
Original file line number Diff line number Diff line change 33set -e
44
55${PYTHON} -c " import dpctl; print(dpctl.__version__)"
6- ${PYTHON} -c " import dpctl; dpctl.lsplatform(verbosity=2) "
7- ${PYTHON} -m pytest -q -ra --disable-warnings -p no:faulthandler - -cov dpctl --cov-report term-missing --pyargs dpctl -vv
6+ ${PYTHON} -m dpctl -f
7+ ${PYTHON} -m pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv
You can’t perform that action at this time.
0 commit comments