Skip to content

Commit

Permalink
#9406: Remove create env from profiler build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tenstorrent committed Jun 19, 2024
1 parent a240ba3 commit b3feefe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-profiler-regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
runs-on: ${{ matrix.runner-info.runs-on }}
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- uses: ./.github/actions/install-python-deps
- name: Set up dynamic env vars for build
run: |
echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion scripts/build_scripts/build_with_profiler_opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ fi

cmake --build build --target install
cmake --build build --target programming_examples
./create_venv.sh

0 comments on commit b3feefe

Please sign in to comment.