Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolarben committed Jun 13, 2022
1 parent d4ebc08 commit 4f0f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with Black
run: |
black . --check
if matrix.python-version > 3.6; then black . --check; fi
- name: Run unittests
run: |
python -m pytest
Expand Down

0 comments on commit 4f0f3e3

Please sign in to comment.