Kaynağa Gözat

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

myhloli 5 ay önce
ebeveyn
işleme
56265fec7a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 ]