diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 18f9b05653c..aea1c193a11 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -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: