Skip to content

Commit 2228ea8

Browse files
committed
fix ci
1 parent b081b5b commit 2228ea8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/citest.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,11 @@ jobs:
7575
set -e
7676
mkdir -p ~/.cache
7777
export MODELSCOPE_CACHE=~/.cache
78+
export IMAGE_NAME=modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope
79+
export IMAGE_VERSION=ci_image
80+
export MODELSCOPE_HOME_CACHE=~/.cache
81+
export CI_TEST=True
82+
export MODELSCOPE_SDK_DEBUG=True
7883
export CI_COMMAND='bash .dev_scripts/ci_container_test.sh pytest tests'
84+
CODE_DIR=$PWD
7985
bash .dev_scripts/dockerci.sh

0 commit comments

Comments
 (0)