diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 5ffcd71..0076d02 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -15,17 +15,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies - run: | -# python -m pip install --upgrade pip -# pip install poetry - make install + run: make install - name: Run lint run: make lint - -# - name: Install dependencies -# run: | -# python -m pip install --upgrade pip -# pip install pylint -# - name: Analysing the code with pylint -# run: | -# pylint $(git ls-files '*.py')