Skip to content

Commit

Permalink
🚨 Remove pylint from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Sep 20, 2021
1 parent 5c66851 commit bd959a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd959a3

Please sign in to comment.