Skip to content

Commit

Permalink
#10800: Add prepare-metal-run GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jul 30, 2024
1 parent 69e724d commit 2b404d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/actions/prepare-metal-run/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Prepare Metal Run
description: "Installs Python Dependencies from cache or from PyPI if cache is not available.
Uses pyproject.toml and requirements-dev.txt as cache keys."

jobs:
prepare:
runs-on: ubuntu-latest

steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- 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
- uses: ./.github/actions/install-python-deps

0 comments on commit 2b404d8

Please sign in to comment.