From 8b3edc33817ff776feed2ec41d1b96a09454c28c Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Fri, 17 May 2024 18:34:26 +0000 Subject: [PATCH] fix syntax --- .github/workflows/_test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index c8cca2123ac..8a454cc075b 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -28,11 +28,6 @@ on: type: boolean default: false description: Whether to install CUDA plugin package - require-pytorch-cuda: - required: false - type: boolean - default: false - description: Whether the tests require pytorch built with CUDA enabled secrets: gcloud-service-key: @@ -92,13 +87,6 @@ jobs: with: name: torch-xla-wheels path: /tmp/wheels/ - if: $! {{ 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: ${{ require-pytorch-cuda }} - name: Fetch CPP test binaries uses: actions/download-artifact@v4 with: