diff --git a/.github/workflows/test_build_wheels_windows_without_cuda.yml b/.github/workflows/test_build_wheels_windows_without_cuda.yml index ac1f2c98f9..b6089a2690 100644 --- a/.github/workflows/test_build_wheels_windows_without_cuda.yml +++ b/.github/workflows/test_build_wheels_windows_without_cuda.yml @@ -46,3 +46,24 @@ jobs: smoke-test-script: ${{ matrix.smoke-test-script }} package-name: ${{ matrix.package-name }} trigger-event: "${{ github.event_name }}" + test-python-build-package: + needs: generate-matrix + strategy: + fail-fast: false + matrix: + include: + - repository: pytorch/torchtune + package-name: torchtune + uses: ./.github/workflows/build_wheels_windows.yml + name: ${{ matrix.repository }} + with: + repository: ${{ matrix.repository }} + ref: nightly + test-infra-repository: ${{ github.repository }} + test-infra-ref: ${{ github.ref }} + build-matrix: ${{ needs.generate-matrix.outputs.matrix }} + env-script: ${{ matrix.env-script }} + smoke-test-script: ${{ matrix.smoke-test-script }} + package-name: ${{ matrix.package-name }} + trigger-event: "${{ github.event_name }}" + build-platform: python-build-package