Merge pull request #717 from RobertRosca/patch-1

Use consistent calls to pip
This commit is contained in:
Andy McKay
2020-11-24 13:23:55 -08:00
committed by GitHub
+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: |