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 64e8c85 commit c2d2815Copy full SHA for c2d2815
.github/workflows/conda-package.yml
@@ -63,10 +63,11 @@ env:
63
third_party/cupy/math_tests
64
third_party/cupy/padding_tests
65
third_party/cupy/sorting_tests
66
- third_party/cupy/statistics_tests/test_histogram.py
67
- third_party/cupy/statistics_tests/test_meanvar.py
+ third_party/cupy/statistics_tests
68
third_party/cupy/test_ndim.py
+ third_party/cupy/test_numpy_interop.py
69
third_party/cupy/test_type_routines.py
70
+ third_party/cupy/test_typing.py
71
VER_JSON_NAME: 'version.json'
72
VER_SCRIPT1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
73
VER_SCRIPT2: "d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
0 commit comments