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.
2 parents d1c7999 + 175f195 commit 0e923b6Copy full SHA for 0e923b6
test_cupy.sh
@@ -5,6 +5,9 @@
5
set -x
6
set -e
7
8
+# Run the vendoring tests in this repo
9
+pytest
10
+
11
tmpdir=$(mktemp -d)
12
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
13
export PYTHONPATH=$SCRIPT_DIR
0 commit comments