diff --git a/.github/actions/docker-run/action.yml b/.github/actions/docker-run/action.yml index 98a720207b9..dd03b356ecb 100644 --- a/.github/actions/docker-run/action.yml +++ b/.github/actions/docker-run/action.yml @@ -77,14 +77,13 @@ runs: ${{ inputs.docker_opts }} -e LOGURU_LEVEL=${{ env.LOGURU_LEVEL }} -e PYTHONPATH=${{ github.workspace }} + -e HOME=${{ github.workspace }} ${{ inputs.device }} -w ${{ github.workspace }} run: | echo $(id -u) echo $(id -g) if [ ${{ inputs.install_wheel }} ]; then - python3 -m venv .wheel --system-site-packages - source .wheel/bin/activate WHEEL_FILENAME=$(ls -1 *.whl) pip3 install $WHEEL_FILENAME fi