From 0eee792f60c07534f386fa8d02a5d68fc96be58f Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Fri, 2 Sep 2022 13:50:16 +0800 Subject: [PATCH] fix(CI): typo --- .github/workflows/backend-ort.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ort.yml b/.github/workflows/backend-ort.yml index 7546e66a59..a5014f66cf 100644 --- a/.github/workflows/backend-ort.yml +++ b/.github/workflows/backend-ort.yml @@ -39,7 +39,7 @@ jobs: python3 -c 'import mmdeploy.apis.onnxruntime as ort_api; assert ort_api.is_available() and ort_api.is_custom_ops_available()' - name: test mmcls full pipeline run: | - pip isntall openmim + pip install openmim mim install mmcls git clone --depth 1 --single-branch --branch master https://github.com/open-mmlab/mmclassification.git ../mmclassification export MMDEPLOY_DIR=$(pwd)