Skip to content

Commit

Permalink
Update self-push-amd.yml
Browse files Browse the repository at this point in the history
Update image to use internal transformers.
  • Loading branch information
AdrianAbeyta authored Nov 7, 2023
1 parent 705a709 commit c1e49d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/self-push-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
test_map: ${{ steps.set-matrix.outputs.test_map }}
steps:
- name: Use internal transformers repository
shell: bash
run: |
rm -r transformers
git clone https://github.com/ROCmSoftwarePlatform/transformers.git
# Necessary to get the correct branch name and commit SHA for `workflow_run` event
# We also take into account the `push` event (we might want to test some changes in a branch)
- name: Prepare custom environment variables
Expand Down

0 comments on commit c1e49d2

Please sign in to comment.