From 4f2015e7989b514c194e903d1f7b7c07c42374f7 Mon Sep 17 00:00:00 2001 From: "Lei.Wang99" <821609514@qq.com> Date: Thu, 3 Aug 2023 11:13:47 +0800 Subject: [PATCH] fix --- .github/workflows/autoReserve.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoReserve.yml b/.github/workflows/autoReserve.yml index 2cec69c3..124ac4f5 100644 --- a/.github/workflows/autoReserve.yml +++ b/.github/workflows/autoReserve.yml @@ -39,6 +39,7 @@ jobs: PUSHPLUS_KEY: ${{ secrets.PUSHPLUS_KEY }} run: | python main.py + # pip install flake8 pytest # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi # - name: Lint with flake8