Skip to content

Commit

Permalink
#12954: pip install only build in wheel build since that's all we sho…
Browse files Browse the repository at this point in the history
…uld need
  • Loading branch information
tt-rkim committed Sep 20, 2024
1 parent a3afddb commit d51d448
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/_build-wheels-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
tt_metal/python_env/requirements-dev.txt
pyproject.toml
- name: Install python deps for packaging
run: |
pip config set global.extra-index-url https://download.pytorch.org/whl/cpu
pip install -r tt_metal/python_env/requirements-dev.txt
run: pip install build
- name: Use g++ as umd compiler for ubuntu 22.04
if: ${{ inputs.os == 'ubuntu-22.04' }}
run: |
Expand Down

0 comments on commit d51d448

Please sign in to comment.