Skip to content

Commit d3ca53c

Browse files
minor fix
1 parent 9aaa21f commit d3ca53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PY_SCRIPT="
55
import numba_cuda
66
root = numba_cuda.__file__.rstrip('__init__.py')
7-
test_dir = root + numba/cuda/tests/test_binary_generation/
7+
test_dir = root + \"numba/cuda/tests/test_binary_generation/\"
88
print(test_dir)
99
"
1010

0 commit comments

Comments
 (0)