Merge branch 'main' into patch-1

This commit is contained in:
Andy McKay
2020-11-24 13:37:06 -08:00
committed by GitHub
9 changed files with 95 additions and 15 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |