From b61f32d0cc7143c70aad43ef87a97bf62ad8e91d Mon Sep 17 00:00:00 2001 From: aurelien delfosse Date: Thu, 29 Apr 2021 11:49:06 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ea72fbc..ffb730f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -33,4 +33,5 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=100 --statistics - name: Test with pytest run: | + pip install --no-build-isolation -e . pytest biotransformers