Skip to content

Commit

Permalink
CI: Add dependencies for type checks (martomi#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterhelsen authored Jul 15, 2021
1 parent f866fd4 commit 6eae548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install black flake8 mypy
pip install types-PyYAML types-python-dateutil types-paramiko types-retry
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Format check with Black
run: black --check src tests
Expand Down

0 comments on commit 6eae548

Please sign in to comment.