Skip to content

Commit

Permalink
No need to install requirements anymore, because they are in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbons committed May 22, 2020
1 parent 8f04f7b commit e55bec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit e55bec9

Please sign in to comment.