We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc0560 commit 6832f23Copy full SHA for 6832f23
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
pip install -U setuptools pip wheel
36
pip install -e .[cpphash,redis,uwsgi]
37
pip install pytest --quiet
38
+ pip install requirements.txt
39
40
- name: Run tests
41
run: python setup.py install; cd tests; pytest
0 commit comments