Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KeoH authored Dec 3, 2019
1 parent e95e111 commit 2ed0304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pipenv
pipenv install
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 2ed0304

Please sign in to comment.