Skip to content

Commit

Permalink
#0: untar artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Mar 12, 2024
1 parent 4c1cacc commit d12d92a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: TTMetal_build_${{ matrix.runner-info.arch }}
- name: Extract files
run: tar -xvf ttm_${{ matrix.runner-info.arch }}.tar
- name: Build python env
run: |
make python_env/dev PYTHON_ENV=$HOME/python_env -B
Expand Down

0 comments on commit d12d92a

Please sign in to comment.