Skip to content

Commit 964c7fb

Browse files
committed
Install from requirements.
1 parent fd0d18e commit 964c7fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Install
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install .
24+
python -m pip install -r requirements.txt
25+
python -m pip install -r requirements-dev.txt
26+
python -m pip install .
2527
- name: Lint
2628
run: |
2729
flake8 --ignore N802,N806,W503 --select W504 `find . -name \*.py | grep -v setup.py | grep -v version.py | grep -v __init__.py | grep -v /docs/`

0 commit comments

Comments
 (0)