We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163d47 commit a7e359aCopy full SHA for a7e359a
.github/workflows/approval.yml
@@ -25,7 +25,6 @@ jobs:
25
wget -q --no-proxy https://xly-devops.bj.bcebos.com/PaddleTest/PaddleNLP/PaddleNLP-develop.tar.gz --no-check-certificate
26
rm -rf * .[^.]* && tar zxf PaddleNLP-develop.tar.gz --strip-components=1 >/dev/null
27
rm -rf PaddleNLP-develop.tar.gz >/dev/null
28
- cd PaddleNLP/
29
git fetch origin pull/${PR_ID}/head
30
git checkout -b origin_pr FETCH_HEAD
31
git remote add upstream https://github.com/PaddlePaddle/PaddleNLP.git
0 commit comments