From 72db138e2866e6e5d440a5bc870fb586d0dd6683 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Wed, 25 Dec 2024 11:56:33 -0800 Subject: [PATCH] Build pytorch/ao main example --- .github/workflows/test_build_wheels_linux_without_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build_wheels_linux_without_cuda.yml b/.github/workflows/test_build_wheels_linux_without_cuda.yml index 16b1de7c1e..70b6efa976 100644 --- a/.github/workflows/test_build_wheels_linux_without_cuda.yml +++ b/.github/workflows/test_build_wheels_linux_without_cuda.yml @@ -38,7 +38,7 @@ jobs: name: ${{ matrix.repository }} with: repository: ${{ matrix.repository }} - ref: nightly + ref: main test-infra-repository: ${{ github.repository }} test-infra-ref: ${{ github.ref }} build-matrix: ${{ needs.generate-matrix.outputs.matrix }}