Skip to content

Commit

Permalink
#12775: Remove the usage of echo UID and GID
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 23, 2024
1 parent ded4d33 commit d02f128
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ runs:
run: |
echo "RUNNER_UID=$(id -u)" >> $GITHUB_ENV
echo "RUNNER_GID=$(id -g)" >> $GITHUB_ENV
echo "Runner IDs"
echo $(id -u)
echo $(id -g)
- name: Determine Docker Tag to use
shell: bash
run: |
Expand Down Expand Up @@ -81,8 +78,6 @@ 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 $WHEEL_FILENAME
Expand Down

0 comments on commit d02f128

Please sign in to comment.