Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 27, 2024
1 parent f9090c5 commit 2ff060e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
echo "commit_count=$commit_count" >> $GITHUB_ENV
version="${{ env.latest_tag }}.${{ env.commit_count }}"
echo "version=$version" >> $GITHUB_ENV
echo $version
get-system-descs:
needs: build-ttmlir
Expand All @@ -121,6 +122,13 @@ jobs:
- /opt/tt_metal_infra/provisioning/provisioning_env:/opt/tt_metal_infra/provisioning/provisioning_env

steps:
- name: Remove existing whls files
shell: bash
run: |
ls
rm -f *.whl
ls
- name: Download ttrt run whls
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -275,6 +283,13 @@ jobs:
- /opt/tt_metal_infra/provisioning/provisioning_env:/opt/tt_metal_infra/provisioning/provisioning_env

steps:
- name: Remove existing whls files
shell: bash
run: |
ls
rm -f *.whl
ls
- name: Download ttrt whls
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 2ff060e

Please sign in to comment.