Unverified Commit 87be06ca authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix repo. fetch/checkout in PR slow CI job (#30537)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent c0242188
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
- name: Update clone - name: Update clone
working-directory: /transformers working-directory: /transformers
run: git fetch && git checkout ${{ github.event.pull_request.head.sha }} run: git fetch && git fetch origin pull/${{ github.event.pull_request.number }}/head:pull/${{ github.event.pull_request.number }}/merge && git checkout pull/${{ github.event.pull_request.number }}/merge
- name: Reinstall transformers in edit mode (remove the one installed during docker image build) - name: Reinstall transformers in edit mode (remove the one installed during docker image build)
working-directory: /transformers working-directory: /transformers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment