From 413dd61f2476869614e584c36f0c5dd0ced61bca Mon Sep 17 00:00:00 2001 From: "J. Derek Tucker" Date: Fri, 22 Dec 2023 14:24:35 -0700 Subject: [PATCH] we have requirements --- .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 c2db64c..2a6c503 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -31,7 +31,7 @@ jobs: - name: Install python dependencies run: | python -m pip install flake8 pytest pytest-runner coverage - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + pip install -r requirements.txt - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names