Skip to content

Commit ac56daf

Browse files
authored
Update continuous-integration-pip.yml
1 parent 750b4c8 commit ac56daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration-pip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
pip install flake8 pytest
35-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
35+
pip install -r requirements.txt
36+
pip install -r requirements-dev.txt
3637
python setup.py develop
3738
- name: Lint with flake8
3839
run: |

0 commit comments

Comments
 (0)