diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33f72cb..395e011 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,9 @@ jobs: python -m pip install --upgrade pip python -m pip install poetry poetry config virtualenvs.create false - python -m pip install pylint poetry install -v - - name: Run pylint - run: pylint diot + # - name: Run pylint + # run: pylint diot - name: Test with pytest run: pytest tests/ --junitxml=junit/test-results-${{ matrix.python-version }}.xml - name: Upload pytest test results