From dce6f1833b0072949f18d1aef08ad950cf4510cb Mon Sep 17 00:00:00 2001 From: pzy2000 <2592532554@qq.com> Date: Thu, 22 Aug 2024 20:27:59 +0800 Subject: [PATCH] modify python-app.yml --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ab87da6..8274005 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,7 +27,6 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pytest - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names