|
25 | 25 | test_arithmetic.py |
26 | 26 | test_arraycreation.py |
27 | 27 | test_arraymanipulation.py |
| 28 | + test_arraypad.py |
28 | 29 | test_bitwise.py |
29 | 30 | test_copy.py |
30 | 31 | test_counting.py |
|
60 | 61 | third_party/cupy/logic_tests |
61 | 62 | third_party/cupy/manipulation_tests |
62 | 63 | third_party/cupy/math_tests |
| 64 | + third_party/cupy/padding_tests |
63 | 65 | third_party/cupy/sorting_tests |
64 | 66 | third_party/cupy/statistics_tests/test_histogram.py |
65 | 67 | third_party/cupy/statistics_tests/test_meanvar.py |
|
97 | 99 | access_token: ${{ github.token }} |
98 | 100 |
|
99 | 101 | - name: Checkout DPNP repo |
100 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 102 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
101 | 103 | with: |
102 | 104 | fetch-depth: 0 |
103 | 105 |
|
@@ -131,7 +133,7 @@ jobs: |
131 | 133 | run: mamba install conda-build=${{ env.CONDA_BUILD_VERSION}} |
132 | 134 |
|
133 | 135 | - name: Cache conda packages |
134 | | - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 136 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
135 | 137 | env: |
136 | 138 | CACHE_NUMBER: 1 # Increase to reset cache |
137 | 139 | with: |
@@ -232,7 +234,7 @@ jobs: |
232 | 234 | TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}' |
233 | 235 |
|
234 | 236 | - name: Cache conda packages |
235 | | - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 237 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
236 | 238 | env: |
237 | 239 | CACHE_NUMBER: 1 # Increase to reset cache |
238 | 240 | with: |
@@ -380,7 +382,7 @@ jobs: |
380 | 382 | run: more lockfile |
381 | 383 |
|
382 | 384 | - name: Cache conda packages |
383 | | - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 385 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
384 | 386 | env: |
385 | 387 | CACHE_NUMBER: 1 # Increase to reset cache |
386 | 388 | with: |
@@ -543,7 +545,7 @@ jobs: |
543 | 545 | run: mamba install anaconda-client |
544 | 546 |
|
545 | 547 | - name: Checkout repo |
546 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 548 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
547 | 549 | with: |
548 | 550 | repository: IntelPython/devops-tools |
549 | 551 | fetch-depth: 0 |
|
0 commit comments