From 1da3620febeb55c480d5308b8caa58a8ad8bd5a7 Mon Sep 17 00:00:00 2001 From: DLmaster <130767953+DLmaster361@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:00:23 +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 bff879b..329ee75 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) + pip install -r requirements.txt - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names