Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Apr 13, 2020
1 parent b71de05 commit 13b5c08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .[all,dev]
- name: Lint with flake8
run: |
Expand All @@ -36,4 +35,3 @@ jobs:
run: |
pip install pytest
pytest

0 comments on commit 13b5c08

Please sign in to comment.