From c2a215a2be952060a7fb7ccbd32d32c2b6808a07 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 5 Dec 2024 20:34:11 +0100 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 00f36c8..dd02a34 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,6 +28,7 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + pip install -e . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names