Explorar o código

fix: update installation command in python-package.yml to install core dependencies

myhloli hai 5 meses
pai
achega
56265fec7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ]