Skip to content

Commit caaa7d4

Browse files
committed
fix ci
1 parent 94f3768 commit caaa7d4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.dev_scripts/build_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pip install -r requirements/docs.txt
21
cd docs
32
rm -rf build
43

.dev_scripts/ci_container_test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ if [ "$MODELSCOPE_SDK_DEBUG" == "True" ]; then
2121
pip install decord einops -U -i https://mirrors.aliyun.com/pypi/simple/
2222
pip uninstall autoawq -y
2323
pip install optimum
24-
pip install diffusers
25-
# pip install autoawq -U --no-deps
2624

2725
# test with install
2826
pip install .
29-
pip install auto_gptq bitsandbytes deepspeed -U -i https://mirrors.aliyun.com/pypi/simple/
3027
else
3128
echo "Running case in release image, run case directly!"
3229
fi

.github/workflows/citest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,4 @@ jobs:
7373
shell: bash
7474
run: |
7575
set -e
76-
source /mnt/modelscope/ci_env.sh
7776
bash .dev_scripts/dockerci.sh

0 commit comments

Comments
 (0)