Skip to content

Commit

Permalink
Fixes the workflow that picks up the latest TT-NN wheel (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalone-tt authored Feb 25, 2025
1 parent 69097a5 commit ff84874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-ttnn-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
id: update-requirements
run: |
latest_version=${{ steps.fetch_release.outputs.release }}
latest_version_short=$(echo $latest_version | sed 's/-rc/rc/')
# Remove any existing ttnn lines (adjust the regex if needed)
sed -i '/^ttnn @ https:\/\/github\.com\/tenstorrent\/tt-metal\/releases\//d' requirements.txt
Expand Down

0 comments on commit ff84874

Please sign in to comment.