Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud356 committed Jul 24, 2021
2 parents c39269a + 6193ca3 commit 248d9f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install flake8 pytest mypy types-PyYAML
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
Expand All @@ -37,3 +37,7 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Lint with mypy
run: |
mypy ConfigFramework

0 comments on commit 248d9f6

Please sign in to comment.