Skip to content

Commit 44a490e

Browse files
committed
add download test binaries in test-wheel-windows.yaml
1 parent 54a775b commit 44a490e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/test-wheel-windows.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,19 @@ jobs:
252252
Get-Location
253253
Get-ChildItem -Recurse -Force $env:CUDA_CORE_CYTHON_TESTS_DIR | Select-Object Mode, LastWriteTime, Length, FullName
254254
255+
- name: Download cuda.core test binaries
256+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
257+
with:
258+
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}-test-binaries
259+
path: ${{ env.CUDA_CORE_TEST_BINARIES_DIR }}
260+
run-id: ${{ inputs.run-id || github.run_id }}
261+
github-token: ${{ secrets.GITHUB_TOKEN }}
262+
263+
- name: Display structure of downloaded cuda.core test binaries
264+
run: |
265+
Get-Location
266+
Get-ChildItem -Recurse -Force $env:CUDA_CORE_TEST_BINARIES_DIR | Select-Object Mode, LastWriteTime, Length, FullName
267+
255268
- name: Set up Python ${{ matrix.PY_VER }}
256269
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
257270
with:

0 commit comments

Comments
 (0)