2525 test_arithmetic.py
2626 test_arraycreation.py
2727 test_arraymanipulation.py
28+ test_arraypad.py
2829 test_bitwise.py
2930 test_copy.py
3031 test_counting.py
3132 test_fft.py
33+ test_fill.py
3234 test_flat.py
3335 test_histogram.py
3436 test_indexing.py
5961 third_party/cupy/logic_tests
6062 third_party/cupy/manipulation_tests
6163 third_party/cupy/math_tests
64+ third_party/cupy/padding_tests
6265 third_party/cupy/sorting_tests
6366 third_party/cupy/statistics_tests/test_histogram.py
6467 third_party/cupy/statistics_tests/test_meanvar.py
6568 third_party/cupy/test_ndim.py
69+ third_party/cupy/test_type_routines.py
6670 VER_JSON_NAME : ' version.json'
6771 VER_SCRIPT1 : " import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
6872 VER_SCRIPT2 : " d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
9599 access_token : ${{ github.token }}
96100
97101 - name : Checkout DPNP repo
98- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
102+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99103 with :
100104 fetch-depth : 0
101105
@@ -129,7 +133,7 @@ jobs:
129133 run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
130134
131135 - name : Cache conda packages
132- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
136+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
133137 env :
134138 CACHE_NUMBER : 1 # Increase to reset cache
135139 with :
@@ -142,6 +146,8 @@ jobs:
142146
143147 - name : Build conda package
144148 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
149+ env :
150+ MAX_BUILD_CMPL_MKL_VERSION : ' 2024.3a0'
145151
146152 - name : Upload artifact
147153 uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
@@ -229,7 +235,7 @@ jobs:
229235 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.CHANNELS }}'
230236
231237 - name : Cache conda packages
232- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
238+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
233239 env :
234240 CACHE_NUMBER : 1 # Increase to reset cache
235241 with :
@@ -373,7 +379,7 @@ jobs:
373379 run : more lockfile
374380
375381 - name : Cache conda packages
376- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
382+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
377383 env :
378384 CACHE_NUMBER : 1 # Increase to reset cache
379385 with :
@@ -514,7 +520,7 @@ jobs:
514520 run : mamba install anaconda-client
515521
516522 - name : Checkout repo
517- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
523+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
518524 with :
519525 repository : IntelPython/devops-tools
520526 fetch-depth : 0
0 commit comments