diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3fa42fa..18bee46 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.dev.txt ]; then pip install -r requirements.dev.txt; fi + pip install -e . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names