Skip to content

Commit

Permalink
pin flake8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiang01 committed Aug 4, 2020
1 parent 7545482 commit 79ac13a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-test.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 flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements.dev.txt ]; then pip install -r requirements.dev.txt; fi
- name: Lint with flake8
Expand Down
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coveralls>=2.1.1,<2.2.0
flake8>=3.8.3,<3.9.0
ipython
mock>=4.0.2,<4.1.0
pytest>=5.4.3,<5.5.0
Expand Down

0 comments on commit 79ac13a

Please sign in to comment.