From 37a1b43f8e8e8869f324d0229739ee6716c02c8d Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Fri, 17 May 2024 19:48:41 +0000 Subject: [PATCH] syntax error --- .github/workflows/_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index bbcb185d203..29ab7d2fd88 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: ! ${{ inputs.require-pytorch-cuda }} + if: false == ${{ inputs.require-pytorch-cuda }} - name: Fetch wheels (pytorch and pytorch/xla with CUDA enabled) if needed. uses: actions/download-artifact@v4 with: