File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -277,15 +277,6 @@ jobs:
277277 LOCAL_CTK : ${{ matrix.LOCAL_CTK }}
278278 run : run-tests core
279279
280- - name : Run cuda.core examples
281- env :
282- CUDA_VER : ${{ matrix.CUDA_VER }}
283- LOCAL_CTK : ${{ matrix.LOCAL_CTK }}
284- run : |
285- pushd cuda_core
286- ${SANITIZER_CMD} pytest -ra -s -vv tests/example_tests/
287- popd
288-
289280 - name : Ensure cuda-python installable
290281 run : |
291282 if [[ "${{ matrix.LOCAL_CTK }}" == 1 ]]; then
Original file line number Diff line number Diff line change @@ -254,16 +254,6 @@ jobs:
254254 shell : bash --noprofile --norc -xeuo pipefail {0}
255255 run : run-tests core
256256
257- - name : Run cuda.core examples
258- env :
259- CUDA_VER : ${{ matrix.CUDA_VER }}
260- LOCAL_CTK : ${{ matrix.LOCAL_CTK }}
261- shell : bash --noprofile --norc -xeuo pipefail {0}
262- run : |
263- pushd cuda_core
264- ${SANITIZER_CMD} pytest -ra -s -vv tests/example_tests/
265- popd
266-
267257 - name : Ensure cuda-python installable
268258 run : |
269259 if ('${{ matrix.LOCAL_CTK }}' -eq '1') {
You can’t perform that action at this time.
0 commit comments