Skip to content

Commit

Permalink
#7063: Fix the indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Apr 3, 2024
1 parent 0666dee commit 48ee6e3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ jobs:
- name: Set up dynamic env vars for build
run: |
echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV
- name: "Use Sentry Git Cache"
uses: getsentry/[email protected]
id: venv
with:
python-version: 3.8
cache-dependency-path: |
tt_metal/python_env/requirements-dev.txt
pyproject.toml
install-cmd: pip install -r tt_metal/python_env/requirements-dev.txt
- name: "Use Sentry Git Cache"
uses: getsentry/[email protected]
id: venv
with:
python-version: 3.8
cache-dependency-path: |
tt_metal/python_env/requirements-dev.txt
pyproject.toml
install-cmd: pip install -r tt_metal/python_env/requirements-dev.txt
- name: Build tt-metal and libs
run: |
make build PYTHON_ENV=$HOME/python_env
Expand Down

0 comments on commit 48ee6e3

Please sign in to comment.