Skip to content

Commit

Permalink
#12775: Output IDs to help with the debugging of the error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 23, 2024
1 parent ef0937c commit cbd1e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ runs:
${{ inputs.device }}
-w ${{ github.workspace }}
run: |
echo $(id -u)
echo $(id -g)
if [ ${{ inputs.install_wheel }} ]; then
WHEEL_FILENAME=$(ls -1 *.whl)
pip3 install --user $WHEEL_FILENAME
Expand Down

0 comments on commit cbd1e2c

Please sign in to comment.