Skip to content

Commit

Permalink
#12775: Use a folder not right under root
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Sep 20, 2024
1 parent d655c58 commit 57dbbac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,14 @@ runs:
options: |
-u ${{ env.RUNNER_UID }}:${{ env.RUNNER_GID }}
--rm
-v ${{ github.workspace }}:/github_workspace
-v ${{ github.workspace }}:${{ github.workspace }}
--net=host
${{ inputs.docker_opts }}
-e LOGURU_LEVEL=${{ env.LOGURU_LEVEL }}
-e PYTHONPATH=/github_workspace
-e PYTHONPATH=${{ github.workspace }}
${{ inputs.device }}
-w ${{ github.workspace }}
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 57dbbac

Please sign in to comment.