Skip to content

Commit 8ab9a32

Browse files
committed
Update
[ghstack-poisoned]
1 parent f25598a commit 8ab9a32

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pull.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -456,17 +456,17 @@ jobs:
456456
BUILD_TOOL=cmake
457457
BACKEND=coreml
458458
459-
bash .ci/scripts/setup-conda.sh
459+
# bash .ci/scripts/setup-conda.sh
460460
461461
# Setup MacOS dependencies as there is no Docker support on MacOS atm
462-
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
463-
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash backends/apple/coreml/scripts/install_requirements.sh
462+
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
463+
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash backends/apple/coreml/scripts/install_requirements.sh
464464
echo "Finishing installing coreml."
465465
466466
# Build and test coreml model
467-
MODELS=(mv3 ic4 resnet50 edsr mobilebert w2l)
468-
for MODEL_NAME in "${MODELS[@]}"; do
469-
echo "::group::Exporting coreml model: $MODEL_NAME"
470-
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}"
471-
echo "::endgroup::"
472-
done
467+
# MODELS=(mv3 ic4 resnet50 edsr mobilebert w2l)
468+
# for MODEL_NAME in "${MODELS[@]}"; do
469+
# echo "::group::Exporting coreml model: $MODEL_NAME"
470+
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}"
471+
# echo "::endgroup::"
472+
# done

0 commit comments

Comments
 (0)