From c81cb5c24b1f13e30d4e59ae0ecc284b2726de36 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 10 Apr 2024 10:49:38 -0700 Subject: [PATCH] move parameter to the correct thing Signed-off-by: Eli Uriegas --- .github/workflows/test_build_wheels_linux_without_cuda.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_build_wheels_linux_without_cuda.yml b/.github/workflows/test_build_wheels_linux_without_cuda.yml index 4b82f3fdee..30a18e3b25 100644 --- a/.github/workflows/test_build_wheels_linux_without_cuda.yml +++ b/.github/workflows/test_build_wheels_linux_without_cuda.yml @@ -25,6 +25,7 @@ jobs: test-infra-ref: ${{ github.ref }} with-cuda: disable with-rocm: disable + build-python-only: enable test: needs: generate-matrix strategy: @@ -33,7 +34,6 @@ jobs: include: - repository: pytorch/torchtune package-name: torchtune - build-python-only: enable uses: ./.github/workflows/build_wheels_linux.yml name: ${{ matrix.repository }} with: @@ -45,4 +45,3 @@ jobs: package-name: ${{ matrix.package-name }} trigger-event: "${{ github.event_name }}" build-platform: 'python-build-package' - build-python-only: ${{ matrix.build-python-only }}