Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed May 17, 2024
1 parent 438e149 commit 7f93500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
name: torch-xla-wheels
path: /tmp/wheels/
if: !${{ require-pytorch-cuda }}
if: ! ${{ require-pytorch-cuda }}
- name: Fetch wheels (pytorch and pytorch/xla with CUDA enabled) if needed.
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7f93500

Please sign in to comment.