From 7f93500cd2942227f871101542952e43619ba495 Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Fri, 17 May 2024 18:06:18 +0000 Subject: [PATCH] fix syntax --- .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 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: