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 78b8afe commit e23de8dCopy full SHA for e23de8d
ci/test_thirdparty_nvmath.sh
@@ -46,7 +46,7 @@ python -m numba --sysinfo
46
rapids-logger "Run nvmath-python device tests"
47
pushd tests
48
# Required for nvmath-python to locate pip-install MathDx
49
-export SYS_PREFIX=`python -c "import sys; print(sys.prefix)`
+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
52
0 commit comments