Skip to content

Commit

Permalink
[skip ci] Fix build and test wheel workflow (#17962)
Browse files Browse the repository at this point in the history
### Problem description
Workflow doesn't work, because build-wheel option wasn't passed.

### Checklist
https://github.com/tenstorrent/tt-metal/actions/runs/13398987372
  • Loading branch information
blozano-tt authored Feb 18, 2025
1 parent e0fe53d commit 899b181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 899b181

Please sign in to comment.