diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66d1475..2a51b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint numpy PyQt6 + pip install -e .[conv,qt] - name: Test with unittest run: | @@ -31,4 +31,5 @@ jobs: - name: Analysing the code with pylint run: | + pip install pylint pylint $(git ls-files '*.py')