Skip to content

Commit 175f195

Browse files
committed
Update test_cupy.sh to run the vendoring tests
1 parent 6a63d5c commit 175f195

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_cupy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
set -x
66
set -e
77

8+
# Run the vendoring tests in this repo
9+
pytest
10+
811
tmpdir=$(mktemp -d)
912
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
1013
export PYTHONPATH=$SCRIPT_DIR

0 commit comments

Comments
 (0)