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 ce4852c commit 8b3edc3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8b3edc3

Please sign in to comment.