Skip to content

Commit e23de8d

Browse files
committed
Correct typo in quotes
1 parent 78b8afe commit e23de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_thirdparty_nvmath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ python -m numba --sysinfo
4646
rapids-logger "Run nvmath-python device tests"
4747
pushd tests
4848
# Required for nvmath-python to locate pip-install MathDx
49-
export SYS_PREFIX=`python -c "import sys; print(sys.prefix)`
49+
export SYS_PREFIX=`python -c "import sys; print(sys.prefix)"`
5050
export MATHDX_HOME=${SYS_PREFIX}/lib/python3.13/site-packages/nvidia/mathdx
5151
python -m pytest nvmath_tests/device
5252

0 commit comments

Comments
 (0)