Skip to content

Commit c2d2815

Browse files
committed
Add new tests to scope of public CI
1 parent 64e8c85 commit c2d2815

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ env:
6363
third_party/cupy/math_tests
6464
third_party/cupy/padding_tests
6565
third_party/cupy/sorting_tests
66-
third_party/cupy/statistics_tests/test_histogram.py
67-
third_party/cupy/statistics_tests/test_meanvar.py
66+
third_party/cupy/statistics_tests
6867
third_party/cupy/test_ndim.py
68+
third_party/cupy/test_numpy_interop.py
6969
third_party/cupy/test_type_routines.py
70+
third_party/cupy/test_typing.py
7071
VER_JSON_NAME: 'version.json'
7172
VER_SCRIPT1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
7273
VER_SCRIPT2: "d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"

0 commit comments

Comments
 (0)