Skip to content

Commit 0a5895a

Browse files
committed
update
1 parent 214a3e0 commit 0a5895a

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

.github/workflows/unittest-gpu.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,14 @@ jobs:
127127
'
128128
fi
129129
130-
- name: Skip For Bug
131-
run: |
132-
if [[ "$RUN_DOWNSTREAM" == "false" ]]; then
133-
echo "Not in a pull_request or test_build event. Skipping..."
134-
else
135-
docker exec -t $container_name /bin/bash -c '
136-
cd /workspace/PaddleNLP
137-
sed -i "s/>= 2.0.0/==3.6.0/g" requirements.txt #报错提示安装torchcodec
138-
sed -i "s@[[:space:]]\+dist/p.*\.whl@ --pre --upgrade paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html@g" scripts/unit_test/ci_unit.sh '
139-
fi
130+
# - name: Skip For Bug
131+
# run: |
132+
# if [[ "$RUN_DOWNSTREAM" == "false" ]]; then
133+
# echo "Not in a pull_request or test_build event. Skipping..."
134+
# else
135+
# docker exec -t $container_name /bin/bash -c '
136+
# cd /workspace/PaddleNLP
137+
# fi
140138

141139
- name: Test
142140
run: |
@@ -151,7 +149,6 @@ jobs:
151149
source $work_dir/../../../proxy
152150
set -e
153151
cd /workspace/PaddleNLP && git config --global --add safe.directory $PWD
154-
export paddle_whl=https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuSome-LinuxCentos-Gcc82-Cuda118-Cudnn86-Trt85-Py310-CINN-Compile/b8b4c240234f1244ce0a8ba017769b4cdcda02a7/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl # Paddle#73936导致,待修复
155152
timeout 50m bash scripts/unit_test/ci_unit.sh ${paddle_whl}
156153
'
157154
fi

0 commit comments

Comments
 (0)