From a20625bb35c8dd6de38b6c73ef84b1f9036fe1d6 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Fri, 20 Aug 2021 19:57:50 +0200 Subject: [PATCH] Update workflow --- .github/workflows/lint_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 43185ea..3542a29 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -21,7 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install black pytest - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + pip install . - name: Lint with black run: | # stop the build if there are Python syntax errors or undefined names