Sfoglia il codice sorgente

Merge pull request #2629 from myhloli/dev

fix: update installation command in python-package.yml to install cor…
Xiaomeng Zhao 5 mesi fa
parent
commit
e307effedc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/python-package.yml

+ 1 - 1
.github/workflows/python-package.yml

@@ -82,7 +82,7 @@ jobs:
     - name: Install mineru
       run: |
         python -m pip install --upgrade pip
-        pip install -e .[all]
+        pip install -e .[core]
 
   build:
     needs: [ check-install ]