Skip to content

Commit

Permalink
#12775: Set HOME variable so that the packagaes would be installed i…
Browse files Browse the repository at this point in the history
…n the .local folder
  • Loading branch information
dimitri-tenstorrent committed Sep 23, 2024
1 parent e1ec6e8 commit ded4d33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ded4d33

Please sign in to comment.