Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
87be06ca
Unverified
Commit
87be06ca
authored
Apr 29, 2024
by
Yih-Dar
Committed by
GitHub
Apr 29, 2024
Browse files
Fix repo. fetch/checkout in PR slow CI job (#30537)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
c0242188
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/self-new-model-pr-caller.yml
.github/workflows/self-new-model-pr-caller.yml
+1
-1
No files found.
.github/workflows/self-new-model-pr-caller.yml
View file @
87be06ca
...
...
@@ -69,7 +69,7 @@ jobs:
-
name
:
Update clone
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)
working-directory
:
/transformers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment