Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yukikaoru authored Mar 18, 2020
1 parent 4b76622 commit 18316b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install poetry
poetry install
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 18316b1

Please sign in to comment.