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 9924815 commit ce12ec6Copy full SHA for ce12ec6
ci/test_thirdparty_nvmath.sh
@@ -46,7 +46,8 @@ 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 MATHDX_HOME=${CONDA_PREFIX}/lib/python3.13/site-packages/nvidia/mathdx
+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
53
popd
0 commit comments