@@ -111,21 +111,21 @@ jobs:
111111 run : ./ci/tools/env-vars test
112112
113113 - name : Download cuda-pathfinder build artifacts
114- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
114+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
115115 with :
116116 name : cuda-pathfinder-wheel
117117 path : ./cuda_pathfinder
118118
119119 - name : Download cuda-python build artifacts
120120 if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
121- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
121+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
122122 with :
123123 name : cuda-python-wheel
124124 path : .
125125
126126 - name : Download cuda.bindings build artifacts
127127 if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
128- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
128+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
129129 with :
130130 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
131131 path : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : Download cuda.bindings Cython tests
170170 if : ${{ env.SKIP_CYTHON_TEST == '0' }}
171- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
171+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
172172 with :
173173 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}-tests
174174 path : ${{ env.CUDA_BINDINGS_CYTHON_TESTS_DIR }}
@@ -180,7 +180,7 @@ jobs:
180180 Get-ChildItem -Recurse -Force $env:CUDA_BINDINGS_CYTHON_TESTS_DIR | Select-Object Mode, LastWriteTime, Length, FullName
181181
182182 - name : Download cuda.core build artifacts
183- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
183+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
184184 with :
185185 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}
186186 path : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -192,7 +192,7 @@ jobs:
192192
193193 - name : Download cuda.core Cython tests
194194 if : ${{ env.SKIP_CYTHON_TEST == '0' }}
195- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
195+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
196196 with :
197197 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
198198 path : ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}
@@ -245,17 +245,6 @@ jobs:
245245 shell : bash --noprofile --norc -xeuo pipefail {0}
246246 run : run-tests bindings
247247
248- - name : Run cuda.bindings examples
249- if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
250- env :
251- CUDA_VER : ${{ matrix.CUDA_VER }}
252- LOCAL_CTK : ${{ matrix.LOCAL_CTK }}
253- shell : bash --noprofile --norc -xeuo pipefail {0}
254- run : |
255- pushd cuda_bindings
256- ${SANITIZER_CMD} pytest -ra -s -vv examples/
257- popd
258-
259248 - name : Run cuda.core tests
260249 env :
261250 CUDA_VER : ${{ matrix.CUDA_VER }}
0 commit comments