dt-yy 10 mesi fa
parent
commit
1ae867546a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      tests/retry_env.sh

+ 2 - 1
tests/retry_env.sh

@@ -6,7 +6,8 @@ retry_count=0
 while true; do
     # prepare env
     #python -m pip install -r requirements-qa.txt
-    python -m pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
+    #python -m pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
+    pip install -e .
     python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
     pip install modelscope
     wget https://gitee.com/myhloli/MinerU/raw/master/scripts/download_models.py -O download_models.py