diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index bdea5e1..217f817 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,6 +24,7 @@ jobs: python -m pip install --upgrade pip python -m pip install flake8 pytest pytest-cov if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + python -m pip install -e . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names