Skip to content

Commit

Permalink
install depends
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jul 23, 2020
1 parent 2b1923d commit 3a06c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install flake8 pytest
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3a06c66

Please sign in to comment.