Skip to content

Commit

Permalink
#12496: Respect not installing the wheel with the image
Browse files Browse the repository at this point in the history
 #12496: Clean up the echo statements
  • Loading branch information
dimitri-tenstorrent committed Nov 26, 2024
1 parent 3224e38 commit cfea754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/generate-docker-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ runs:
- name: Determine Full Docker Image Tag
shell: bash
run: |
echo ${{ github.repository }}
echo ${{ inputs.image }}
echo "TT_METAL_DOCKER_IMAGE_TAG=ghcr.io/${{ github.repository }}/${{ inputs.image }}:${{ env.IMAGE_TAG }}" >> $GITHUB_ENV
echo "TT_METAL_REF_IMAGE_TAG=ghcr.io/${{ github.repository }}/${{ inputs.image }}:latest" >> $GITHUB_ENV
- name: Output Docker Image Tag
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
cmd: pytest tests/end_to_end_tests,
}
]
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.test_group.arch }}
LOGURU_LEVEL: INFO
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib
runs-on: ${{ matrix.test_group.runs-on }}
steps:
- name: Checkout
Expand Down

0 comments on commit cfea754

Please sign in to comment.