Skip to content

Commit 6832f23

Browse files
committed
added install requirements
1 parent ecc0560 commit 6832f23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
pip install -U setuptools pip wheel
3636
pip install -e .[cpphash,redis,uwsgi]
3737
pip install pytest --quiet
38+
pip install requirements.txt
3839
3940
- name: Run tests
4041
run: python setup.py install; cd tests; pytest

0 commit comments

Comments
 (0)