From 899b181701695d32a6797dc75f8328323ffb2b85 Mon Sep 17 00:00:00 2001 From: Bryan Wilder Field Lozano Date: Tue, 18 Feb 2025 12:14:12 -0800 Subject: [PATCH] [skip ci] Fix build and test wheel workflow (#17962) ### Problem description Workflow doesn't work, because build-wheel option wasn't passed. ### Checklist https://github.com/tenstorrent/tt-metal/actions/runs/13398987372 --- .github/workflows/build-and-test-wheels.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test-wheels.yaml b/.github/workflows/build-and-test-wheels.yaml index 27494489a25..fddffdfee67 100644 --- a/.github/workflows/build-and-test-wheels.yaml +++ b/.github/workflows/build-and-test-wheels.yaml @@ -15,6 +15,8 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' && inputs.from-precompiled }} uses: ./.github/workflows/build-artifact.yaml secrets: inherit + with: + build-wheel: true test-wheels: needs: build-artifact if: ${{ always() }}