Skip to content

Commit

Permalink
#12275: Move the removal of the tt-metal tt-eager that are only rele…
Browse files Browse the repository at this point in the history
…vant for wheel installation
  • Loading branch information
dimitri-tenstorrent committed Sep 19, 2024
1 parent 2a2580f commit 512c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ runs:
run: |
cp -r /github_workspace/* /usr/app/
cd /usr/app/
rm -rf tt_metal tt_eager
if [ ${{ inputs.install_wheel }} ]; then
rm -rf tt_metal tt_eager
WHEEL_FILENAME=$(ls -1 *.whl)
pip3 install --user $WHEEL_FILENAME
fi
Expand Down

0 comments on commit 512c9ba

Please sign in to comment.