Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed May 17, 2024
1 parent 3600f38 commit 7514aae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
with:
name: torch-xla-wheels
path: /tmp/wheels/
if: ! ${{ inputs.require-pytorch-cuda }}
- name: Fetch wheels (pytorch and pytorch/xla with CUDA enabled) if needed.
uses: actions/download-artifact@v4
with:
name: torch-with-cuda-xla-with-cuda-wheels
path: /tmp/wheels/
if: ${{ inputs.require-pytorch-cuda }}
- name: Fetch CPP test binaries
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7514aae

Please sign in to comment.