Skip to content

Commit 6d8ab06

Browse files
committed
Fix model unittest CI
1 parent 5fea663 commit 6d8ab06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/model-unittest-gpu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaults:
3434
jobs:
3535
model-unittest-gpu-ci:
3636
name: model-unittest-gpu-ci
37-
runs-on: ${{ inputs.runner || 'ernie-8gpu' }}
37+
runs-on: ${{ inputs.runner || 'ernie-8gpu-1' }}
3838
steps:
3939
- name: Determine Image Name
4040
env:
@@ -86,6 +86,7 @@ jobs:
8686
tar xf PaddleFormers.tar && rm -rf PaddleFormers.tar
8787
echo "work_dir = ${work_dir}"
8888
source $work_dir/../../../proxy
89+
cat $work_dir/../../../proxy
8990
cd PaddleFormers
9091
git config --global user.name "PaddleCI"
9192
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)