Skip to content

Commit

Permalink
move parameter to the correct thing
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere committed Apr 10, 2024
1 parent f16d4ad commit c81cb5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_build_wheels_linux_without_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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 }}

0 comments on commit c81cb5c

Please sign in to comment.