Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Moody committed Sep 2, 2020
1 parent e79ff42 commit aa198fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py3pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install pynetbox and testing packages.
run: pip install . black pytest
run: pip install . black==19.10b0 pytest

- name: Run Linter
run: black --check .
run: black --diff pynetbox tests

- name: Run Tests
run: pytest
Expand Down

0 comments on commit aa198fd

Please sign in to comment.