Skip to content

Commit

Permalink
#12775: Use virtual env to run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 20, 2024
1 parent 4c919a9 commit d655c58
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 @@ -72,6 +72,8 @@ runs:
${{ inputs.device }}
run: |
cd github_workspace
python3 -m venv python_env
source python_env/bin/activate
if [ ${{ inputs.install_wheel }} ]; then
rm -rf tt_metal tt_eager
WHEEL_FILENAME=$(ls -1 *.whl)
Expand Down

0 comments on commit d655c58

Please sign in to comment.