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 6a63d5c commit 175f195Copy full SHA for 175f195
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