Ver Fonte

update case

dt-yy há 11 meses atrás
pai
commit
905c4ae5aa
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      tests/test_cli/conf/conf.py

+ 4 - 4
tests/test_cli/conf/conf.py

@@ -1,9 +1,9 @@
 import os
 conf = {
-#"code_path": os.environ.get('GITHUB_WORKSPACE'),
-#"pdf_dev_path" : os.environ.get('GITHUB_WORKSPACE') + "/tests/test_cli/pdf_dev",
-"code_path": "/home/quyuan/ci/actions-runner/MinerU",
-"pdf_dev_path": "/home/quyuan/ci/actions-runner/MinerU/tests/test_cli/pdf_dev",
+"code_path": os.environ.get('GITHUB_WORKSPACE'),
+"pdf_dev_path" : os.environ.get('GITHUB_WORKSPACE') + "/tests/test_cli/pdf_dev",
+#"code_path": "/home/quyuan/ci/actions-runner/MinerU",
+#"pdf_dev_path": "/home/quyuan/ci/actions-runner/MinerU/tests/test_cli/pdf_dev",
 "pdf_res_path": "/tmp/magic-pdf",
 "jsonl_path": "s3://llm-qatest-pnorm/mineru/test/line1.jsonl",
 "s3_pdf_path": "s3://llm-qatest-pnorm/mineru/test/test_rearch_report.pdf"