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 f2c2537 commit f4b5194Copy full SHA for f4b5194
test_cupy.sh
@@ -10,7 +10,7 @@ pytest
10
11
tmpdir=$(mktemp -d)
12
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
13
-export PYTHONPATH=$SCRIPT_DIR
+export PYTHONPATH="$PYTHONPATH:$SCRIPT_DIR"
14
15
PYTEST_ARGS="--max-examples 200 -v -rxXfE --ci --hypothesis-disable-deadline"
16
0 commit comments