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 e23de8d commit a6899c5Copy full SHA for a6899c5
ci/test_thirdparty_nvmath.sh
@@ -48,7 +48,7 @@ pushd tests
48
# Required for nvmath-python to locate pip-install MathDx
49
export SYS_PREFIX=`python -c "import sys; print(sys.prefix)"`
50
export MATHDX_HOME=${SYS_PREFIX}/lib/python3.13/site-packages/nvidia/mathdx
51
-python -m pytest nvmath_tests/device
+python -m pytest nvmath_tests/device --tb=native -x
52
53
popd
54
0 commit comments