Skip to content

Commit

Permalink
pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Nov 27, 2020
1 parent f2f08e8 commit a5bb9e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pylint coveralls
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
if python --version 2>&1 | grep -q "Python 2"; then pip install mock; fi
if python --version 2>&1 | grep -q "Python 3.7" || python --version 2>&1 | grep -q "Python 3.8" || python --version 2>&1 | grep -q "Python 3.9"; then pip install aiofiles; fi
- name: Lint with pylint and flake8
Expand Down

0 comments on commit a5bb9e1

Please sign in to comment.