From de944dc236bc7e444c697cf72e26e3951203c61e Mon Sep 17 00:00:00 2001 From: rochi88 Date: Mon, 30 Dec 2024 14:08:13 +0600 Subject: [PATCH] check fix --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9b18322..34827c4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -35,7 +35,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install flake8 pytest requests beautifulsoup4 html5lib pandas - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + 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