From cdbcebd945bb9d281cdf2834027bbcdd018a1ba2 Mon Sep 17 00:00:00 2001 From: DLmaster <130767953+DLmaster361@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:51:37 +0800 Subject: [PATCH] Update python-app.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 自动构建 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5171024..588f475 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pytest - if exist requirements.txt (pip install -r requirements.txt) + if exist requirements.txt: (pip install -r requirements.txt) - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names