Skip to content

Commit

Permalink
#12775: Install new packages in the environment as the UID GID were …
Browse files Browse the repository at this point in the history
…causing issues
  • Loading branch information
dimitri-tenstorrent committed Sep 23, 2024
1 parent dcff71b commit fa2eacc
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 @@ -83,6 +83,8 @@ runs:
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 --user $WHEEL_FILENAME
fi
Expand Down

0 comments on commit fa2eacc

Please sign in to comment.