Skip to content

Commit 4b1e0f3

Browse files
committed
Disable the skip temprorally to test the install of paddlepaddle.
1 parent c7985b5 commit 4b1e0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/check_validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function prepare_env() {
1919
if [ ${num_changed_samples} -eq 0 ]; then
2020
python ${GRAPH_NET_EXTRACT_WORKSPACE}/tools/count_sample.py
2121
LOG "[INFO] This pull request doesn't change any samples, skip the CI."
22-
exit 0
22+
#exit 0
2323
fi
2424

2525
LOG "[INFO] Device Id: ${CUDA_VISIBLE_DEVICES}"

0 commit comments

Comments
 (0)