From cbd1e2c05f178bd72079c0d6a51691ec69c66f07 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Mon, 23 Sep 2024 12:17:07 -0400 Subject: [PATCH] #12775: Output IDs to help with the debugging of the error --- .github/actions/docker-run/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/docker-run/action.yml b/.github/actions/docker-run/action.yml index 49f47f0e825..5b31f68cfa2 100644 --- a/.github/actions/docker-run/action.yml +++ b/.github/actions/docker-run/action.yml @@ -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