Skip to content

Commit 0e923b6

Browse files
committed
Merge branch 'pytorch' of github.com:asmeurer/array-api-compat into pytorch
2 parents d1c7999 + 175f195 commit 0e923b6

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)