quyuan 1 anno fa
parent
commit
7a4c8d2d26
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/benchmark.yml

+ 1 - 1
.github/workflows/benchmark.yml

@@ -30,8 +30,8 @@ jobs:
         fetch-depth: 2
     - name: check-requirements
       run: |
-        pip install -r requirements.txt
         pip install -r requirements-qa.txt
+        pip install magic-pdf
     - name: get-benchmark-result
       run: |
         echo "start test"