Skip to content

Commit b081b5b

Browse files
committed
fixci
1 parent caaa7d4 commit b081b5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/citest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ jobs:
7373
shell: bash
7474
run: |
7575
set -e
76+
mkdir -p ~/.cache
77+
export MODELSCOPE_CACHE=~/.cache
78+
export CI_COMMAND='bash .dev_scripts/ci_container_test.sh pytest tests'
7679
bash .dev_scripts/dockerci.sh

0 commit comments

Comments
 (0)