mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-22 16:07:51 +08:00
[Metax][CI] fix run_ci_metax.sh error (#6341)
This commit is contained in:
@@ -101,7 +101,7 @@ METAX_CI_CASELIST=(
|
||||
"tests/layers/test_min_sampling.py"
|
||||
)
|
||||
for path in "${METAX_CI_CASELIST[@]}"; do
|
||||
local TEST_FILE_PATH=$run_path/$path
|
||||
TEST_FILE_PATH=$run_path/$path
|
||||
|
||||
if [ -e "$TEST_FILE_PATH" ]; then
|
||||
FILTERED_PATHS+=("$TEST_FILE_PATH")
|
||||
|
||||
Reference in New Issue
Block a user