Skip to content

Commit f4b5194

Browse files
committed
Allow setting PYTHONPATH when running test_cupy.sh
1 parent f2c2537 commit f4b5194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cupy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest
1010

1111
tmpdir=$(mktemp -d)
1212
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
13-
export PYTHONPATH=$SCRIPT_DIR
13+
export PYTHONPATH="$PYTHONPATH:$SCRIPT_DIR"
1414

1515
PYTEST_ARGS="--max-examples 200 -v -rxXfE --ci --hypothesis-disable-deadline"
1616

0 commit comments

Comments
 (0)