mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[CI] Fix import issue caused by flash_mask in shared CI env (#6406)
This commit is contained in:
@@ -223,6 +223,9 @@ jobs:
|
||||
fi
|
||||
export COVERAGE_FILE=/workspace/FastDeploy/coveragedata/.coverage
|
||||
export COVERAGE_RCFILE=/workspace/FastDeploy/scripts/.coveragerc
|
||||
# remove flash_mask to avoid conflicts
|
||||
python -m pip uninstall -y flash_mask || true
|
||||
|
||||
TEST_EXIT_CODE=0
|
||||
bash scripts/coverage_run.sh || TEST_EXIT_CODE=8
|
||||
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> exit_code.env
|
||||
|
||||
Reference in New Issue
Block a user