From 6e107ddc79adbfce8972790fa31bf864f73392bf Mon Sep 17 00:00:00 2001
From: felinae98 <731499577@qq.com>
Date: Fri, 27 May 2022 11:59:19 +0800
Subject: [PATCH] update setup-python

---
 .github/actions/setup-python/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml
index b393db1..94de36a 100644
--- a/.github/actions/setup-python/action.yml
+++ b/.github/actions/setup-python/action.yml
@@ -27,5 +27,5 @@ runs:
         path: ${{ steps.poetry-cache.outputs.dir }}
         key: ${{ runner.os }}-poetry-${{ steps.python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
 
-    - run: poetry install -E all
+    - run: poetry install
       shell: bash