From 47dd1b4b6b7796a7180dd9691a88fc535d65d7f3 Mon Sep 17 00:00:00 2001 From: Ermano Arruda Date: Wed, 14 Feb 2024 12:26:28 +0000 Subject: [PATCH] fixing python work flow, updating requirements --- .github/workflows/py_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py_ci.yaml b/.github/workflows/py_ci.yaml index 1dc8946..f1184e8 100644 --- a/.github/workflows/py_ci.yaml +++ b/.github/workflows/py_ci.yaml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements_dev.txt + pip install -r requirements.txt # - run: | # pylint $(git ls-files '*.py') # todo: fix linting - name: Test with pytest