We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaa7d4 commit b081b5bCopy full SHA for b081b5b
.github/workflows/citest.yaml
@@ -73,4 +73,7 @@ jobs:
73
shell: bash
74
run: |
75
set -e
76
+ mkdir -p ~/.cache
77
+ export MODELSCOPE_CACHE=~/.cache
78
+ export CI_COMMAND='bash .dev_scripts/ci_container_test.sh pytest tests'
79
bash .dev_scripts/dockerci.sh
0 commit comments