Skip to content

Commit

Permalink
Install latest prerelease metal_libs wormhole wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwuTT committed Jun 26, 2024
1 parent a129413 commit 62914d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/before_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements-dev.txt
python3 -m pip install pytest-github-report
- name: Install metal_libs
uses: robinraju/[email protected]
with:
repository: tenstorrent/tt-metal
latest: true
preRelease: true
fileName: metal_libs-*wormhole.b0*.whl
run: |
python3 -m pip install ${{ fromJson(steps.<step-id>.outputs.downloaded_files)[0] }}
- name: Run Tests
env:
pytest_verbosity: 2
Expand Down

0 comments on commit 62914d2

Please sign in to comment.