Skip to content

Commit

Permalink
Fix pylint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-rentner committed Apr 17, 2022
1 parent 7c5c450 commit e68d7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pwd
ls -la
pip install -r requirements.txt
# Manually install pylint as long as we don't build the wheels
pip install pylint
- name: Run unit tests
run: python -m unittest
- name: Run pylint
Expand Down

0 comments on commit e68d7fa

Please sign in to comment.