diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9fcd6ad..bef2670 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -28,6 +28,7 @@ jobs: run: | python -m pip install --upgrade pip setuptools wheel python -m pip install flake8 pytest pytest-cov + python -m pip install . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names |
